Class TransformationMatrix
A class for holding a translation and quaternion array. This is used for camera movement while preventing gimbal lock.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TransformationMatrix
Properties
Name | Description |
---|---|
Identity | Gets a shared instance of the TransformationMatrix with an identity transform. |
QuaternionW | Gets the W quaternion. |
QuaternionX | Gets the X quaternion. |
QuaternionY | Gets the Y quaternion. |
QuaternionZ | Gets the Z quaternion. |
TranslationX | Gets the X translation. |
TranslationY | Gets the Y translation. |
TranslationZ | Gets the Z translation. |
Methods
Name | Description |
---|---|
Create(Double, Double, Double, Double, Double, Double, Double) | Creates an instance of the TransformationMatrix class using x, y, z, w quaternion and x, y, z translations. |
Operators
Name | Description |
---|---|
Addition(TransformationMatrix, TransformationMatrix) | Adds two transformations together and returns the result. |
Subtraction(TransformationMatrix, TransformationMatrix) | Subtracts the second transformations from the first and returns the result. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.6 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 100.15 |