Table of Contents

Interface ITransform2D

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

Properties

ModelMatrix

Gets or sets the model matrix.

Matrix3x2 ModelMatrix { get; set; }

Property Value

Matrix3x2

The model matrix.

ParentMatrix

Gets or sets the parent matrix.

Matrix3x2 ParentMatrix { get; set; }

Property Value

Matrix3x2

The parent matrix.

TotalModelMatrix

Gets the total model matrix.

Matrix3x2 TotalModelMatrix { get; }

Property Value

Matrix3x2

The total model matrix.