Assimp
v3.1.1 (June 2014)
|
Mathematical structures in which the imported data is stored. More...
Functions | |
extern (C) | |
Mathematical structures in which the imported data is stored.
assimp::math::extern | ( | C | ) |
Represents a two-dimensional vector.
Represents a three-dimensional vector.
Represents a quaternion.
Represents a row-major 3x3 matrix
There is much confusion about matrix layouts (column vs. row order). This is always a row-major matrix, even when using the ConvertToLeftHanded
post processing step.
Represents a row-major 3x3 matrix
There is much confusion about matrix layouts (column vs. row order). This is always a row-major matrix, even when using the ConvertToLeftHanded
post processing step.
Represents a plane in a three-dimensional, euclidean space
Coefficients of the plane equation (ax + by + cz = d
).
ditto
ditto
ditto
Represents a ray.
Origin of the ray.
Direction of the ray.
Represents a color in RGB space.
Red, green and blue values.
ditto
ditto
Represents a color in RGB space including an alpha component.
Red, green, blue and alpha values.
ditto
ditto
ditto