Table of Contents

Interface ITransform

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.dll
public interface ITransform

Properties

ModelMatrix

Local transform

Matrix4x4 ModelMatrix { get; set; }

Property Value

Matrix4x4

ParentMatrix

Transform from its parent

Matrix4x4 ParentMatrix { get; set; }

Property Value

Matrix4x4

TotalModelMatrix

Total model transform by ModelMatrix * ParentMatrix

Matrix4x4 TotalModelMatrix { get; }

Property Value

Matrix4x4