Back to Aurora Vision Library Lite website
You are here: Start » Point3DGrid » Point3DGrid Basics » TestPoint3DGrid
TestPoint3DGrid
Header: | AVL.h |
---|---|
Namespace: | avl |
Returns a sample 3D object.
Syntax
void avl::TestPoint3DGrid ( TestPoint3DGridState& ioState, const float inDensity, const float inScaleX, const float inScaleY, const float inScaleZ, avl::Point3DGrid& outPoint3DGrid )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | TestPoint3DGridState& | Object used to maintain state of the function. | |||
inDensity | const float | 1.0 - 20.0 | 4.0f | Density of points in output object | |
inScaleX | const float | 0.001 - | 1.0f | Scaling of output object on X axis | |
inScaleY | const float | 0.001 - | 1.0f | Scaling of output object on Y axis | |
inScaleZ | const float | 0.001 - | 1.0f | Scaling of output object on Z axis | |
outPoint3DGrid | Point3DGrid& | Output object |