![]() |
ULIS
dev4.0.7
Utility Library for Imaging Systems
|
Classes | |
class | TArray< T > |
The TArray class provides a simple dynamic array or vector class for ULIS interfaces. More... | |
class | TMatrix2< T > |
The TMatrix2 class provides a simple 2x2 square matrix class for geometry applications. More... | |
class | TMatrix3< T > |
The TMatrix3 class provides a simple 3x3 square matrix class for geometry applications. More... | |
class | TMatrix4< T > |
The TMatrix4 class provides a simple 4x4 square matrix class for geometry applications. More... | |
class | TRectangle< T > |
The TRectangle class provides a simple 2D rectangle class for box geometry applications. More... | |
class | TVector2< T > |
The TVector2 class provides a simple 2D vector class for vector geometry applications. More... | |
class | TVector3< T > |
The TVector3 class provides a simple 3D vector class for vector geometry applications. More... | |
class | TVector4< T > |
The TVector4 class provides a simple 4D vector class for vector geometry applications. More... | |
Typedefs | |
typedef TMatrix2< float > | FMat2F |
typedef TMatrix3< float > | FMat3F |
typedef TMatrix4< float > | FMat4F |
typedef TRectangle< float > | FRectF |
typedef TRectangle< int > | FRectI |
typedef TVector2< float > | FVec2F |
typedef TVector2< int > | FVec2I |
typedef TVector3< float > | FVec3F |
typedef TVector3< int > | FVec3I |
typedef TVector4< float > | FVec4F |
typedef TVector4< int > | FVec4I |
typedef TRectangle< float > FRectF |
typedef TRectangle< int > FRectI |