Click or drag to resize
DigitalRuneDigitalRune.Geometry Namespace
The DigitalRune.Geometry namespace provides types that define geometric objects.
Classes
  ClassDescription
Public classDirectionalLookupTableFT
Stores data that is accessed using a direction vector instead of indices. (Single-precision)
Public classCode exampleGeometricObject
Defines an object that has a Shape and a Pose (position and orientation). (Default implementation of IGeometricObject.)
Public classGeometryException
The exception that is thrown when an error in the geometry library occurs.
Public classGeometryHelper
Provides helper methods for various geometry tasks.
Structures
  StructureDescription
Public structurePose
A pose defines the position and orientation of a shape in world space (or the parent coordinate space).
Public structurePoseD
A pose defines the position and orientation of a shape in world space (or the parent coordinate space). (Double-precision)
Interfaces
  InterfaceDescription
Public interfaceCode exampleIGeometricObject
Defines an object that has a Shape and a Pose (position and orientation).