Click or drag to resize

EllipseArithmetic Class

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

Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.VectorGraphicElementEllipseArithmetic

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

The EllipseArithmetic type exposes the following members.

Constructors
 NameDescription
Public methodEllipseArithmeticInitializes a new instance of the EllipseArithmetic class
Top
Methods
 NameDescription
Public methodStatic memberCalcScaledAxesRatio Calculates the new semi axes of a rotated ellipse when scaled by the factor scl and returns the new ratio.
Public methodStatic memberCalcScaledEllipsesEndpoint Calculates the endpoint of a scaled ellipse.
Public methodStatic memberGetAngleFromLength 
Public methodStatic memberGetEllipseArcEndPoint(EllipseToMetafileCommand, dvec3) Calculates the endpoint of a given 2D ellipse arc.
Public methodStatic memberGetEllipseArcEndPoint(Double, Double, Double, dvec3, dvec3) Calculates the endpoint of a given 2D ellipse arc.
Public methodStatic memberGetLength 
Public methodStatic memberGetLengthAt 
Public methodStatic memberGetPoint(Double, EllipseToMetafileCommand) 
Public methodStatic memberGetPoint(Double, Double, Double, dvec3, dvec3) 
Public methodStatic memberGetPoint(Double, Double, Double, Double, dvec3, dvec3) 
Public methodStatic memberSplitMetafileCommand 
Public methodStatic memberSplitMetafileCommandByLength 
Public methodStatic memberTransformEllipseToMetafileCommand Transform the given ellipse with the given transformation. Attention: Works only for 2D ellipses.
Top
See Also