Class TRSModuleBase
- Namespace
- FluffyUnderware.Curvy.Generator
Base class for TRS Modules
public abstract class TRSModuleBase : CGModule
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourDTVersionedMonoBehaviourTRSModuleBase
- 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
shapeCGShape
Returns
- Matrix4x4