Struct rayx::ObjectTransform¶
ClassList > rayx > ObjectTransform
Public Attributes¶
| Type | Name |
|---|---|
| glm::dmat4 | m_inTrans In-transformation matrix: Converts a point from world coordinates to local object coordinates. |
| glm::dmat4 | m_outTrans Out-transformation matrix: Converts a point from local object coordinates to world coordinates. |
Public Attributes Documentation¶
variable m_inTrans¶
In-transformation matrix: Converts a point from world coordinates to local object coordinates.
variable m_outTrans¶
Out-transformation matrix: Converts a point from local object coordinates to world coordinates.
The documentation for this class was generated from the following file Intern/rayx-core/src/Element/Element.h