Class ScreenGeometryBuilder
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
Base class for mesh geometry builders that work on screen coordinates.
public abstract class ScreenGeometryBuilder
- Inheritance
-
ScreenGeometryBuilder
- Derived
- Inherited Members
Constructors
ScreenGeometryBuilder(Visual3D)
Initializes a new instance of the ScreenGeometryBuilder class.
protected ScreenGeometryBuilder(Visual3D visual)
Parameters
visualVisual3DThe visual.
Fields
projectionToScreen
The projection to screen transformation matrix.
protected Matrix3D projectionToScreen
Field Value
screenToVisual
The screen to visual transformation matrix.
protected Matrix3D screenToVisual
Field Value
visual
The parent visual.
protected readonly Visual3D visual
Field Value
visualToProjection
The visual to projection transformation matrix.
protected Matrix3D visualToProjection
Field Value
visualToScreen
The visual to screen transformation matrix.
protected Matrix3D visualToScreen
Field Value
Methods
UpdateTransforms()
Updates the transforms.
public bool UpdateTransforms()
Returns
- bool
True if the transform was changed.