Click or drag to resize

MatrixRotationYawPitchRollDegrees Method

Overload List
  NameDescription
Public methodStatic memberRotationYawPitchRollDegrees(Vector3)
Form a rotation Matrix from Yaw (Y-Axis rotation), Pitch (X-Axis rotation) and Roll (Z-Axis rotation) contained within the Vector3 with Yaw being the Y component, Pitch being the X component and Roll being the the Z component.
Public methodStatic memberRotationYawPitchRollDegrees(Vector3, Vector3)
Form a rotation Matrix from Yaw (Y-Axis rotation), Pitch (X-Axis rotation) and Roll (Z-Axis rotation) contained within the Vector3 with Yaw being the Y component, Pitch being the X component and Roll being the the Z component, offset from the origin.
Public methodStatic memberRotationYawPitchRollDegrees(Double, Double, Double)
Form a rotation Matrix from Yaw (Y-Axis rotation), Pitch (X-Axis rotation) and Roll (Z-Axis rotation)
Public methodStatic memberRotationYawPitchRollDegrees(Double, Double, Double, Vector3)
Form a rotation Matrix from Yaw (Y-Axis rotation), Pitch (X-Axis rotation) and Roll (Z-Axis rotation), offset from the origin
Top
See Also