Class Identity
java.lang.Object
com.sk89q.worldedit.math.transform.Identity
- All Implemented Interfaces:
Transform
Makes no transformation to given vectors.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
isIdentity
public boolean isIdentity()Description copied from interface:Transform
Return whether this transform is an identity.If it is not known, then
false
must be returned.- Specified by:
isIdentity
in interfaceTransform
- Returns:
- true if identity
-
apply
Description copied from interface:Transform
Returns the result of applying the function to the input. -
inverse
Description copied from interface:Transform
Create a new inverse transform. -
combine
Description copied from interface:Transform
Create a newTransform
that combines this transform with another.
-