Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.MatrixD.CreateFromAxisAngle

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrixD

csharp[MatrixD](VRageMath.MatrixD) CreateFromAxisAngle([Vector3D](VRageMath.Vector3D) axis, [double](System.Double) angle)##### Summary

Creates a new Matrix that rotates around an arbitrary vector.

csharpvoid CreateFromAxisAngle(ref [Vector3D](VRageMath.Vector3D) axis, [double](System.Double) angle, ref [MatrixD](VRageMath.MatrixD) result)##### Summary

Creates a new Matrix that rotates around an arbitrary vector.

Clone this wiki locally