MatrixTransform

Description

sealed class Tinman.Engine.Scenes.Util.MatrixTransform

Derived from

TerrainTransform abstract

A ITerrainTransform that uses a Mat4D value.

See also

SimpleTransform

Public / Constructors

Matrix​Transform

2 overloads


public constructor MatrixTransform1 → ()

Creates a new instance of MatrixTransform.


public constructor MatrixTransform2 → (1)

matrix in : Mat4D

The initial matrix.

Creates a new instance of MatrixTransform.

Public / Attributes

Matrix


public attribute Matrix → (get,set)

value : Mat4D

The transformation matrix.

The matrix that transforms from model-space to terrain-space.