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

Method Forward

include/RavEngine/Transform.hpp:109–111  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

107 @return the vector pointing in the forward direction of this transform
108 */
109 inline vector3 Transform::Forward() {
110 return (quaternion)rotation * vector3_forward;
111 }
112
113 /**
114 @return the vector pointing in the up direction of this transform

Callers 1

MoveForwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected