OmegaEngine API
1.0.3
|
An interface to objects that have an offset that can be subtracted from the IPositionable.Position get an effective position to use for rendering. More...
Properties | |
DoubleVector3 | Offset [get, set] |
A value to be subtracted from IPositionable.Position in order gain IPositionableOffset.EffectivePosition More... | |
Vector3 | EffectivePosition [get] |
The sum of IPositionable.Position and IPositionableOffset.EffectivePosition More... | |
Properties inherited from OmegaEngine.IPositionable | |
DoubleVector3 | Position [get, set] |
The object's position More... | |
An interface to objects that have an offset that can be subtracted from the IPositionable.Position get an effective position to use for rendering.
This is mainly used to apply Camera.PositionBase before converting from double-precision to single-precision floating point numbers.
|
get |
The sum of IPositionable.Position and IPositionableOffset.EffectivePosition
|
getset |
A value to be subtracted from IPositionable.Position in order gain IPositionableOffset.EffectivePosition