Click or drag to resize

IOverlayContext3D Interface

Represents a 3D overlay context.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IOverlayContext3D : ITransformationContext

The IOverlayContext3D type exposes the following members.

Properties
 NameDescription
Public propertyPositionColorIndexedTriangleBuffers Gets the indexed triangle buffer for colored overlay geometry.
Public propertyPositionColorLineListBuffer Gets the line-list buffer for colored overlay geometry.
Public propertyTransformation Gets the current transformation matrix.
(Inherited from ITransformationContext)
Public propertyTransposedInverseTransformation Gets the transposed inverse transformation matrix.
(Inherited from ITransformationContext)
Top
See Also