VTK
9.4.20241104
|
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 |
typedef short | ZSInt16 |
typedef int | ZSInt32 |
typedef long long | ZSInt64 |
typedef unsigned char | ZSUInt8 |
typedef unsigned short | ZSUInt16 |
typedef unsigned int | ZSUInt32 |
typedef unsigned long long | ZSUInt64 |
typedef ZSInt8 | ZSBool |
typedef float | ZSFloat |
typedef double | ZSDouble |
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. | |