Class MutableGraphTransform Extends GraphTransform

Public

Like Pathfinding.Util.GraphTransform, but mutable.

Public Methods

MutableGraphTransform (matrix)
Public
SetMatrix (matrix)

Replace this transform with the given matrix transformation.

Public

Inherited Public Members

CopyTo (graphTransform)

Copies the data in this transform to another mutable graph transform.

Public
identity

True if this transform is the identity transform (i.e it does not do anything)

Public
identityTransform
Public Static Readonly
InverseTransform (arr)
Public
InverseTransform (bounds)
Public
InverseTransform (point)
Public
InverseTransform (point)
Public
matrix
Public
onlyTranslational

True if this transform is a pure translation without any scaling or rotation.

Public
operator* (lhs, rhs)
Public Static
operator* (lhs, rhs)
Public Static
ToSimpleMovementPlane ()
Public
Transform (arr)
Public
Transform (bounds)
Public
Transform (arr)
Public
Transform (point)
Public
TransformVector (point)
Public
WorldUpAtGraphPosition (point)
Public
xyPlane

Transforms from the XZ plane to the XY plane.

Public Static Readonly
xzPlane

Transforms from the XZ plane to the XZ plane (i.e.

Public Static Readonly

Private/Protected Members

Set (matrix)
Protected