public interface IBasicWorldNode
Modifier and Type | Method and Description |
---|---|
AOVector |
getDir() |
OID |
getInstanceOid() |
Point |
getLoc() |
Quaternion |
getOrientation() |
void |
setDir(AOVector dir) |
void |
setInstanceOid(OID oid) |
void |
setLoc(Point loc) |
void |
setOrientation(Quaternion orient) |
OID getInstanceOid()
void setInstanceOid(OID oid)
Point getLoc()
void setLoc(Point loc)
Quaternion getOrientation()
void setOrientation(Quaternion orient)
AOVector getDir()
void setDir(AOVector dir)