public class EntityTransform extends WorldTransform<org.apache.commons.math3.geometry.euclidean.threed.Vector3D>
| Constructor and Description |
|---|
EntityTransform() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.geometry.euclidean.threed.Vector3D |
pivot() |
org.apache.commons.math3.geometry.euclidean.threed.Rotation |
rotation() |
org.apache.commons.math3.geometry.euclidean.threed.Vector3D |
scale() |
void |
setPivot(org.apache.commons.math3.geometry.euclidean.threed.Vector3D pivot) |
void |
setRotation(org.apache.commons.math3.geometry.euclidean.threed.Rotation rotation) |
void |
setScale(org.apache.commons.math3.geometry.euclidean.threed.Vector3D scale) |
setWorld, worldposition, setPositiongetID, getProvider, onProviderChangeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsameTypepublic org.apache.commons.math3.geometry.euclidean.threed.Vector3D scale()
public org.apache.commons.math3.geometry.euclidean.threed.Vector3D pivot()
public void setPivot(org.apache.commons.math3.geometry.euclidean.threed.Vector3D pivot)
public void setScale(org.apache.commons.math3.geometry.euclidean.threed.Vector3D scale)
public org.apache.commons.math3.geometry.euclidean.threed.Rotation rotation()
public void setRotation(org.apache.commons.math3.geometry.euclidean.threed.Rotation rotation)