23template <
typename NumericType>
28 MajorRadius( aMajorRadius ),
29 MinorRadius( aMinorRadius ),
30 Rotation( aRotation ),
31 StartAngle( aStartAngle ),
37template <
typename NumericType>
42 StartAngle( aStartAngle ),
This class was created to handle importing ellipses from other file formats that support them nativel...
Define a general 2D-vector/point.
T EuclideanNorm() const
Compute the Euclidean norm of the vector, which is defined as sqrt(x ** 2 + y ** 2).