Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.Matrix3x3.CreateFromAxisAngle

Malware edited this page Dec 25, 2018 · 18 revisions

IndexMatrix3x3

Summary

private public private public sealed struct.Matrix3x3 CreateFromAxisAngle(private public sealed struct.Vector3 axis, float angle)

Creates a new Matrix3x3 that rotates around an arbitrary vector.

Returns

Example

Remarks

Summary

private public void CreateFromAxisAngle(ref private public sealed struct.Vector3 axis, float angle, ref private public sealed struct.Matrix3x3 result)

Creates a new Matrix3x3 that rotates around an arbitrary vector.

Returns

Example

Remarks

Clone this wiki locally