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