public class Transform
extends java.lang.Object
Constructor and Description |
---|
Transform() |
Transform(long handle) |
Transform(long handle,
boolean takeOwnership) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
long |
getNativeHandle() |
float |
getRotationX() |
float |
getRotationY() |
float |
getRotationZ() |
float |
getScaleX() |
float |
getScaleY() |
float |
getScaleZ() |
float |
getX() |
float |
getY() |
float |
getZ() |
protected void |
init(long handle,
boolean takeOwnership) |
void |
release() |
void |
setPosition(float x,
float y,
float z) |
void |
setRotation(float rx,
float ry,
float rz) |
void |
setRotationX(float rx) |
void |
setRotationY(float ry) |
void |
setRotationZ(float rz) |
void |
setScale(float sx,
float sy,
float sz) |
void |
setScaleX(float sx) |
void |
setScaleY(float sy) |
void |
setScaleZ(float sz) |
void |
setUniformScale(float s) |
void |
setX(float x) |
void |
setY(float y) |
void |
setZ(float z) |
void |
takeOwnership() |
public Transform()
public Transform(long handle)
public Transform(long handle, boolean takeOwnership)
protected void init(long handle, boolean takeOwnership)
public long getNativeHandle()
public void takeOwnership()
public void release()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public float getX()
public void setX(float x)
public float getY()
public void setY(float y)
public float getZ()
public void setZ(float z)
public void setPosition(float x, float y, float z)
public float getRotationX()
public void setRotationX(float rx)
public float getRotationY()
public void setRotationY(float ry)
public float getRotationZ()
public void setRotationZ(float rz)
public void setRotation(float rx, float ry, float rz)
public float getScaleX()
public void setScaleX(float sx)
public float getScaleY()
public void setScaleY(float sy)
public float getScaleZ()
public void setScaleZ(float sz)
public void setScale(float sx, float sy, float sz)
public void setUniformScale(float s)