public class NodeTransformationGraphics extends Object
| Constructor and Description | 
|---|
NodeTransformationGraphics()
Initializes a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CesiumProperty<UnitQuaternion> | 
getRotation()
Gets the rotation to apply to the model node. 
 | 
CesiumProperty<Cartesian> | 
getScale()
Gets the x,y,z scaling to apply to the model node. 
 | 
CesiumProperty<Cartesian> | 
getTranslation()
Gets the x,y,z translation to apply to the model node. 
 | 
void | 
setRotation(CesiumProperty<UnitQuaternion> value)
Sets the rotation to apply to the model node. 
 | 
void | 
setScale(CesiumProperty<Cartesian> value)
Sets the x,y,z scaling to apply to the model node. 
 | 
void | 
setTranslation(CesiumProperty<Cartesian> value)
Sets the x,y,z translation to apply to the model node. 
 | 
public NodeTransformationGraphics()
public final CesiumProperty<Cartesian> getTranslation()
Zero (get).public final void setTranslation(CesiumProperty<Cartesian> value)
Zero (get).public final CesiumProperty<UnitQuaternion> getRotation()
Identity (get).public final void setRotation(CesiumProperty<UnitQuaternion> value)
Identity (get).public final CesiumProperty<Cartesian> getScale()
public final void setScale(CesiumProperty<Cartesian> value)