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

VRageMath.QuaternionD.CreateFromAxisAngle

Malware edited this page Dec 25, 2018 · 19 revisions

IndexQuaternionD

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

Creates a QuaternionD from a vector and an angle to rotate about the vector.

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

Creates a QuaternionD from a vector and an angle to rotate about the vector.

Clone this wiki locally