MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / Right

Method Right

include/RavEngine/Transform.hpp:123–125  ·  view source on GitHub ↗

@return the vector pointing in the right direction of this transform */

Source from the content-addressed store, hash-verified

121 @return the vector pointing in the right direction of this transform
122 */
123 inline vector3 Transform::Right() {
124 return (quaternion)rotation * vector3_right;
125 }
126
127 /**
128 Translate the transform in a direction in local (parent) space. This will add to its current position

Callers 1

MoveRightMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected