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

VRageMath.MyTransform

Morten Aune Lyrstad edited this page Apr 16, 2022 · 45 revisions

IndexNamespace Index

MyTransform Struct

public struct MyTransform

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

Member Description
[Vector3 Position](VRageMath.MyTransform.Position)
[Quaternion Rotation](VRageMath.MyTransform.Rotation)

Properties

Member Description
[Matrix TransformMatrix { get; }](VRageMath.MyTransform.TransformMatrix)

Constructors

Member Description
[MyTransform(Vector3)](VRageMath.MyTransform..ctor)
[MyTransform(Matrix)](VRageMath.MyTransform..ctor)
[MyTransform(ref Vector3)](VRageMath.MyTransform..ctor)
[MyTransform(ref Matrix)](VRageMath.MyTransform..ctor)

Methods

Member Description
[static MyTransform Transform(ref MyTransform, ref MyTransform)](VRageMath.MyTransform.Transform)
[static void Transform(ref MyTransform, ref MyTransform, out MyTransform)](VRageMath.MyTransform.Transform)
[static Vector3 Transform(ref Vector3, ref MyTransform)](VRageMath.MyTransform.Transform)
[static void Transform(ref Vector3, ref MyTransform, out Vector3)](VRageMath.MyTransform.Transform)

Clone this wiki locally