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.
Represents a 3D vector.
Syntax
typedef struct _Vector3 {
FLOAT x;
FLOAT y;
FLOAT z;
} Vector3;
Members
- x
The X component. - y
The Y component. - z
The Z component.
Requirements
Header: nuikinectfusioncolorvolume.h
Library: TBD