Interface ITransform
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public interface ITransform
Properties
ModelMatrix
Local transform
Matrix4x4 ModelMatrix { get; set; }
Property Value
ParentMatrix
Transform from its parent
Matrix4x4 ParentMatrix { get; set; }
Property Value
TotalModelMatrix
Total model transform by ModelMatrix * ParentMatrix
Matrix4x4 TotalModelMatrix { get; }