public class ModelRenderOption
extends java.lang.Object
| 构造器和说明 |
|---|
ModelRenderOption() |
ModelRenderOption(Coordinate center,
float scaleFactor,
float rotateX,
float rotateY,
float rotateZ) |
| 限定符和类型 | 方法和说明 |
|---|---|
Coordinate |
getCenter() |
float |
getRotateX() |
float |
getRotateY() |
float |
getRotateZ() |
float |
getScaleFactor() |
void |
setCenter(Coordinate center) |
void |
setRotateX(float rotateX) |
void |
setRotateY(float rotateY) |
void |
setRotateZ(float rotateZ) |
void |
setScaleFactor(float scaleFactor) |
java.lang.String |
toString() |
boolean |
validate()
较验是否合法
|
public ModelRenderOption()
public ModelRenderOption(Coordinate center, float scaleFactor, float rotateX, float rotateY, float rotateZ)
public boolean validate()
public float getScaleFactor()
public void setScaleFactor(float scaleFactor)
public Coordinate getCenter()
public void setCenter(Coordinate center)
public float getRotateX()
public void setRotateX(float rotateX)
public float getRotateY()
public void setRotateY(float rotateY)
public float getRotateZ()
public void setRotateZ(float rotateZ)
public java.lang.String toString()
toString 在类中 java.lang.Object