Main Page Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
PajaTypes Namespace Reference
Generic types used in Demopaja.
More...
Compounds
Typedefs
Functions
-
ColorC operator * ( float s, const ColorC& v )
-
Vector2C operator * ( const Matrix2C& m, const Vector2C& v )
-
Vector2C operator * ( const Vector2C& v, const Matrix2C& m )
-
Vector2C& operator *= ( Vector2C& v, const Matrix2C& m )
-
Vector3C operator * ( const Matrix3C& m, const Vector3C& v )
-
Vector3C operator * ( const Vector3C& v, const Matrix3C& m )
-
Vector3C& operator *= ( Vector3C& v, const Matrix3C& m )
-
QuatC operator * ( float32 f32Scalar, const QuatC& rQuat )
-
Vector2C operator * ( float32 s, const Vector2C& v )
-
Vector3C operator * ( float32 s, const Vector3C& v )
Detailed Description
Generic types used in Demopaja.
The PajaTypes namespace contains all basic data types used in Demopaja, such as integer types, floating-point types, vectors, matrices, quaternion, and color.
Typedef Documentation
|
Single precicion floating point value.
|
|
Double precicion floating point value.
|
typedef long double float80
|
|
|
Extra precicion floating point value.
|
typedef unsigned short uint16
|
|
typedef unsigned int uint32
|
|
typedef unsigned char uint8
|
|
Moppi Demopaja SDK Documentation -- Copyright © 2000 Moppi Productions