VRageMath.MatrixD.CreateFromAxisAngle - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexMatrixD

Summary

public static MatrixD CreateFromAxisAngle(Vector3D axis, double angle)

Creates a new Matrix that rotates around an arbitrary vector.

Returns

MatrixD

Parameters

Summary

public static void CreateFromAxisAngle(ref Vector3D axis, double angle, out MatrixD result)

Creates a new Matrix that rotates around an arbitrary vector.

Parameters

⚠️ **GitHub.com Fallback** ⚠️