VRageMath.QuaternionD.CreateFromAxisAngle - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← QuaternionD
public static QuaternionD CreateFromAxisAngle(Vector3D axis, double angle)
Creates a QuaternionD from a vector and an angle to rotate about the vector.
public static void CreateFromAxisAngle(ref Vector3D axis, double angle, out QuaternionD result)
Creates a QuaternionD from a vector and an angle to rotate about the vector.
- Vector3D axis
- double angle
- QuaternionD result