SimpleTransform

Description

sealed class Tinman.Engine.Scenes.Util.SimpleTransform

A ITerrainTransform that uses an AffineTransform value.

See also

MatrixTransform

Public / Constructors

Simple​Transform

2 overloads


public constructor SimpleTransform1 → ()

Creates a new instance of SimpleTransform.


public constructor SimpleTransform2 → (1)

transform in : AffineTransform

The initial value for Transform.

Creates a new instance of SimpleTransform.

Public / Attributes

Transform


public attribute Transform → (get,set)

value : AffineTransform

The affine transformation or AffineTransform.Identity if NeedsMesh is true and IMeshBound.HasMesh is false.

Returns the affine transformation from model-space to terrain-space, (re-)computing it if necessary.

It is not necessary to call Compute before getting this property.