Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Represents a ray. More...
#include <types.h>
Public Member Functions | |
aiRay () AI_NO_EXCEPT | |
aiRay (const aiRay &o) | |
aiRay (const aiVector3D &_pos, const aiVector3D &_dir) | |
Public Attributes | |
C_STRUCT aiVector3D | dir |
C_STRUCT aiVector3D | pos |
Position and direction of the ray. More... | |
Represents a ray.
|
inline |
|
inline |
|
inline |
C_STRUCT aiVector3D aiRay::dir |
C_STRUCT aiVector3D aiRay::pos |
Position and direction of the ray.