Click or drag to resize
DigitalRuneSceneNodeIGeometricObjectPose Property
Gets the pose (position and orientation) in world space.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
Pose IGeometricObject.Pose { get; }

Property Value

Type: Pose
The pose (position and orientation) in world space.

Implements

IGeometricObjectPose
See Also