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

VRageMath.MyTransform

Malware edited this page Dec 21, 2018 · 45 revisions

Index

MyTransform Struct

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

[`Quaternion Rotation`](VRageMath.Rotation)
[`Vector3 Position`](VRageMath.Position)
### Properties
[`Matrix TransformMatrix`](VRageMath.TransformMatrix)
### Methods
static [`MyTransform Transform(ref MyTransform t1, ref MyTransform t2)`](VRageMath.Transform)
static [`void Transform(ref MyTransform t1, ref MyTransform t2, ref MyTransform result)`](VRageMath.Transform)
static [`Vector3 Transform(ref Vector3 v, ref MyTransform t2)`](VRageMath.Transform)
static [`void Transform(ref Vector3 v, ref MyTransform t2, ref Vector3 result)`](VRageMath.Transform)

Clone this wiki locally