Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D Basics » RandomPoint
Header: | FIL.h |
---|---|
Namespace: | fil |
Creates random point inside given box.
Syntax
C++
C#
void fil::RandomPoint ( RandomState& ioState, const fil::Box& inBox, ftl::Optional<int> inSeed, fil::Point2D& outPoint )