|
Assimp
v5.0.1. (December 2020)
|
Represents a ray. More...
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.