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

Summary

private public private public sealed struct.QuaternionD CreateFromAxisAngle(private public sealed struct.Vector3D axis, double angle)

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

Returns

Example

Remarks

Summary

private public void CreateFromAxisAngle(ref private public sealed struct.Vector3D axis, double angle, ref private public sealed struct.QuaternionD result)

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

Returns

Example

Remarks

Clone this wiki locally