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

VRageMath.Matrix.CreateFromAxisAngle

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrix

csharp[Matrix](VRageMath.Matrix) CreateFromAxisAngle([Vector3](VRageMath.Vector3) axis, [float](System.Single) angle)##### Summary

Creates a new Matrix that rotates around an arbitrary vector.

csharpvoid CreateFromAxisAngle(ref [Vector3](VRageMath.Vector3) axis, [float](System.Single) angle, ref [Matrix](VRageMath.Matrix) result)##### Summary

Creates a new Matrix that rotates around an arbitrary vector.

Clone this wiki locally