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

Method Up

include/RavEngine/Transform.hpp:116–118  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

114 @return the vector pointing in the up direction of this transform
115 */
116 inline vector3 Transform::Up() {
117 return (quaternion)rotation * vector3_up;
118 }
119
120 /**
121 @return the vector pointing in the right direction of this transform

Callers 1

MoveUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected