public class TransformNode extends BaseNode implements ITransformNode
Constructor and Description |
---|
TransformNode() |
TransformNode(TransformNode other) |
Modifier and Type | Method and Description |
---|---|
float[] |
getLocalTransformtation() |
NodeType |
getNodeType() |
void |
setLocalTransform(float[] localTransform) |
void |
update(IBaseNode other) |
addChildNode, clone, getChildren, getNode, getParent, setParent, structurallyEquals, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getChildren, getNode, getParent, setParent, structurallyEquals
public TransformNode()
public TransformNode(TransformNode other)
public NodeType getNodeType()
getNodeType
in interface IBaseNode
getNodeType
in class BaseNode
public float[] getLocalTransformtation()
getLocalTransformtation
in interface ITransformNode
public void setLocalTransform(float[] localTransform)