VTK
9.5.20250803
|
Go to the source code of this file.
Classes | |
union | ZSVector3 |
Union representing a vector of 3 floats. More... | |
union | ZSMatrix4 |
Union representing 4x4 matrix (right-handed OpenGL column-major format). / This structure is used by both the Stereo Frustum and Coordinate Space APIs. More... | |
Typedefs | |
typedef signed char | ZSInt8 |
Union representing a vector of 3 floats. | |
typedef short | ZSInt16 |
Union representing a vector of 3 floats. | |
typedef int | ZSInt32 |
Union representing a vector of 3 floats. | |
typedef long long | ZSInt64 |
Union representing a vector of 3 floats. | |
typedef unsigned char | ZSUInt8 |
Union representing a vector of 3 floats. | |
typedef unsigned short | ZSUInt16 |
Union representing a vector of 3 floats. | |
typedef unsigned int | ZSUInt32 |
Union representing a vector of 3 floats. | |
typedef unsigned long long | ZSUInt64 |
Union representing a vector of 3 floats. | |
typedef ZSInt8 | ZSBool |
Union representing a vector of 3 floats. | |
typedef float | ZSFloat |
Union representing a vector of 3 floats. | |
typedef double | ZSDouble |
Union representing a vector of 3 floats. | |
typedef union ZSVector3 | ZSVector3 |
Union representing a vector of 3 floats. | |
typedef union ZSMatrix4 | ZSMatrix4 |
Union representing 4x4 matrix (right-handed OpenGL column-major format). / This structure is used by both the Stereo Frustum and Coordinate Space APIs. | |
typedef signed char ZSInt8 |
Union representing a vector of 3 floats.
Definition at line 37 of file zSpaceTypes.h.
typedef short ZSInt16 |
Union representing a vector of 3 floats.
Definition at line 38 of file zSpaceTypes.h.
typedef int ZSInt32 |
Union representing a vector of 3 floats.
Definition at line 39 of file zSpaceTypes.h.
typedef long long ZSInt64 |
Union representing a vector of 3 floats.
Definition at line 40 of file zSpaceTypes.h.
typedef unsigned char ZSUInt8 |
Union representing a vector of 3 floats.
Definition at line 42 of file zSpaceTypes.h.
typedef unsigned short ZSUInt16 |
Union representing a vector of 3 floats.
Definition at line 43 of file zSpaceTypes.h.
typedef unsigned int ZSUInt32 |
Union representing a vector of 3 floats.
Definition at line 44 of file zSpaceTypes.h.
typedef unsigned long long ZSUInt64 |
Union representing a vector of 3 floats.
Definition at line 45 of file zSpaceTypes.h.
Union representing a vector of 3 floats.
Definition at line 49 of file zSpaceTypes.h.
typedef float ZSFloat |
Union representing a vector of 3 floats.
Definition at line 50 of file zSpaceTypes.h.
typedef double ZSDouble |
Union representing a vector of 3 floats.
Definition at line 51 of file zSpaceTypes.h.