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

VRageMath.Vector3D.Rotate

Morten Aune Lyrstad edited this page Apr 13, 2023 · 17 revisions

IndexNamespace IndexVector3D

Summary

public static void Rotate(ref Vector3D vector, ref MatrixD rotationMatrix, out Vector3D result)

Parameters

Summary

public static Vector3D Rotate(Vector3D vector, MatrixD rotationMatrix)

Returns

Vector3D

Parameters

Summary

public Vector3D Rotate(Vector3D axis, double rotationInRadians)

Returns

Vector3D

Parameters

Clone this wiki locally