CVEC3D::CVEC3D(float,float,float) method (math3dhelper.h)
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 |