Click or drag to resize

Ellipse3D Class

[Missing <summary> documentation for "T:RAYLASE.Marker.VectorGraphicElement.Ellipse3D"]

Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.VectorGraphicElementEllipse3D

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public class Ellipse3D

The Ellipse3D type exposes the following members.

Constructors
 NameDescription
Public methodEllipse3DInitializes a new instance of the Ellipse3D class
Top
Methods
 NameDescription
Public methodStatic memberConvertParameters2D 
Public methodStatic memberConvertParameters2DWithCorr Calculates from our description of an ellipse (defined by startPoint, center, orientation angle phi, aspectRatio (quotient b/a) its semi axes a and b and the start angle.
Public methodStatic memberEllipseBoundingBox 
Public methodStatic memberEvaluate2DEllipseAt 
Public methodStatic memberGetEllipseArcBoundingBox Calculates the bounding box of an elliptic arc.
Public methodStatic memberGetEllipseExtremeAngles Calculates the angles where the ellipse has its extreme values according to the world's x- and y-axis.
Public methodStatic memberMirrorAngle Mirrors the angle at the x axis and limits its range to the interval [-2*pi..2*pi].
Top
See Also