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

VRageMath.Matrix.CreateFromAxisAngle

Morten Aune Lyrstad edited this page Oct 10, 2019 · 18 revisions

IndexNamespace IndexMatrix

Summary

public static Matrix CreateFromAxisAngle(Vector3 axis, float angle)

Creates a new Matrix that rotates around an arbitrary vector.

Returns

Matrix

Parameters

Summary

public static void CreateFromAxisAngle(ref Vector3 axis, float angle, out Matrix result)

Creates a new Matrix that rotates around an arbitrary vector.

Parameters

Clone this wiki locally