[Missing <summary> documentation for "T:RAYLASE.Marker.VectorGraphicElement.EllipseArithmetic"]
Inheritance HierarchySystemObject
RAYLASE.Marker.VectorGraphicElementEllipseArithmetic
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic class EllipseArithmetic
The EllipseArithmetic type exposes the following members.
Constructors
Methods | Name | Description |
---|
  | CalcScaledAxesRatio |
Calculates the new semi axes of a rotated ellipse when scaled by the factor scl
and returns the new ratio.
|
  | CalcScaledEllipsesEndpoint |
Calculates the endpoint of a scaled ellipse.
|
  | GetAngleFromLength | |
  | GetEllipseArcEndPoint(EllipseToMetafileCommand, dvec3) |
Calculates the endpoint of a given 2D ellipse arc.
|
  | GetEllipseArcEndPoint(Double, Double, Double, dvec3, dvec3) |
Calculates the endpoint of a given 2D ellipse arc.
|
  | GetLength | |
  | GetLengthAt | |
  | GetPoint(Double, EllipseToMetafileCommand) | |
  | GetPoint(Double, Double, Double, dvec3, dvec3) | |
  | GetPoint(Double, Double, Double, Double, dvec3, dvec3) | |
  | SplitMetafileCommand | |
  | SplitMetafileCommandByLength | |
  | TransformEllipseToMetafileCommand |
Transform the given ellipse with the given transformation.
Attention: Works only for 2D ellipses.
|
Top
See Also