Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3d vector class constructor used in sensor driver development, with float parameters.
Syntax
void CVEC3D(
float _X,
float _Y,
float _Z
);
Parameters
_X
x-coordinate.
_Y
y-coordinate.
_Z
z-coordinate.
Return value
None
Requirements
Requirement | Value |
---|---|
Header | math3dhelper.h |