This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.MyTransform
Malware edited this page Dec 21, 2018
·
45 revisions
← Index
#MyTransform Struct
Namespace: VRageMath
Assembly: VRage.Math.dll
###Fields
| Member | Description |
|---|---|
Quaternion Rotation |
|
Vector3 Position |
|
| ###Properties | |
| Member | Description |
| --- | --- |
Matrix TransformMatrix |
|
| ###Methods | |
| Member | Description |
| --- | --- |
MyTransform Transform(ref MyTransform t1, ref MyTransform t2) |
|
void Transform(ref MyTransform t1, ref MyTransform t2, ref MyTransform result) |
|
Vector3 Transform(ref Vector3 v, ref MyTransform t2) |
|
void Transform(ref Vector3 v, ref MyTransform t2, ref Vector3 result) |
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!