SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetRotateMatrix()

glm::mat4 Spices::TransformComponent::GetRotateMatrix ( ) const

Get Rotate Matrix.

Returns
Returns the Rotate Matrix.

Definition at line 497 of file TransformComponent.cpp.

498 {
500
502 }
#define SPICES_PROFILE_ZONE
Transform m_Transform
The transform this component handled.
static glm::mat4 GetRoatationMatrix(const glm::vec3 &rotation)
Get Rotation Matrix.
Definition Transform.cpp:26
glm::vec3 rotation
Definition Transform.h:18