Definition of a single workspace. It contains one origin and one destination geometry from which the possible poses will be calculated. Additionally, the upVector and the rotation values define the possible view angles of the camera. More...
Public Member Functions | |
Definition () | |
Definition (Transform trans, Vector3 upVector, float rollAngleRange, float rollAngleStep) | |
Transform [] | GetCameraTransforms () |
Function for obtaining all poses of a WorkSpace definition directly from vlSDK. More... | |
Data Fields | |
string | type = "WorkSpaceDef" |
Transform | transformation |
float | rollAngleRange |
float | rollAngleStep |
float [] | upVector |
Geometry | origin |
Geometry | destination |
Definition of a single workspace. It contains one origin and one destination geometry from which the possible poses will be calculated. Additionally, the upVector and the rotation values define the possible view angles of the camera.
|
inline |
|
inline |
|
inline |
Function for obtaining all poses of a WorkSpace definition directly from vlSDK.
Geometry VIS.WorkSpace.Definition.destination |
Geometry VIS.WorkSpace.Definition.origin |
float VIS.WorkSpace.Definition.rollAngleRange |
float VIS.WorkSpace.Definition.rollAngleStep |
Transform VIS.WorkSpace.Definition.transformation |
string VIS.WorkSpace.Definition.type = "WorkSpaceDef" |
float [] VIS.WorkSpace.Definition.upVector |