CVB.Net 14.0
Ellipse Struct Reference

Class representing an ellipse (for the purpose of regression and other calculations). More...

Public Member Functions

 Ellipse (Point2Dd center, double radiusA, double radiusB, Angle rotation)
 Create an ellipse. More...
 

Properties

double RadiusA [get, set]
 Larger radius of the ellipse.
 
double RadiusB [get, set]
 Smaller radius of the ellipse.
 
Point2Dd Center [get, set]
 Center of the circle.
 
Angle Rotation [get, set]
 Angle by which the ellipse is rotated.
 

Detailed Description

Class representing an ellipse (for the purpose of regression and other calculations).

Constructor & Destructor Documentation

◆ Ellipse()

Ellipse ( Point2Dd  center,
double  radiusA,
double  radiusB,
Angle  rotation 
)

Create an ellipse.

Parameters
centercenter of the ellipse
radiusAfirst radius of the ellipse
radiusBsecond radius of the ellipse
rotationangle by which the ellipse is rotated