Assimp  v4.1. (December 2018)
assimp::math Namespace Reference

Mathematical structures in which the imported data is stored. More...

Functions

 extern (C)
 

Detailed Description

Mathematical structures in which the imported data is stored.

Function Documentation

◆ extern()

assimp::math::extern ( )

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