![]() |
VisionWorks Toolkit ReferenceDecember 18, 2015 | 1.2 Release |
Adds 2D, 3D, and 4D floating point coordinate vectors.
Data Structures | |
struct | nvx_point2f_t |
Defines a 2D point (float coordinates). More... | |
struct | nvx_point3f_t |
Defines a 3D point (float coordinates). More... | |
struct | nvx_point4f_t |
Defines a 4D point (float coordinates). More... | |
struct nvx_point2f_t |
Data Fields | ||
---|---|---|
vx_float32 | x | The X coordinate. |
vx_float32 | y | The Y coordinate. |
struct nvx_point3f_t |
Data Fields | ||
---|---|---|
vx_float32 | x | The X coordinate. |
vx_float32 | y | The Y coordinate. |
vx_float32 | z | The Z coordinate. |
struct nvx_point4f_t |
Data Fields | ||
---|---|---|
vx_float32 | x | The X coordinate. |
vx_float32 | y | The Y coordinate. |
vx_float32 | z | The Z coordinate. |
vx_float32 | w | The W coordinate. |