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