Table of Contents

Class TRSModuleBase

Base class for TRS Modules

public abstract class TRSModuleBase : CGModule
Inheritance
Object
Component
Behaviour
MonoBehaviour
DTVersionedMonoBehaviour
TRSModuleBase
Derived
Inherited Members

Properties

Matrix

public Matrix4x4 Matrix { get; }

Property Value

Matrix4x4

Rotation

public Vector3 Rotation { get; set; }

Property Value

Vector3

Scale

public Vector3 Scale { get; set; }

Property Value

Vector3

Transpose

public Vector3 Transpose { get; set; }

Property Value

Vector3

Methods

ApplyTrsOnShape(CGShape)

protected Matrix4x4 ApplyTrsOnShape(CGShape shape)

Parameters

shape CGShape

Returns

Matrix4x4