Properties
- Property CenterPoint() As
-
Returns the center point of the ellipse.
- Parameters:
-
- iCenterPoint
- The center point of the ellipse dd>
- Property MajorRadius() As (Read Only)
-
Returns the radius of the ellipse major axis
- Parameters:
-
- oMajorRadius
- The radius of the major axis dd>
- Property MinorRadius() As (Read Only)
-
Returns the radius of the ellipse minor axis
- Parameters:
-
- oMinorRadius
- The radius of the minor axis dd>
Methods
- Sub GetCenter( oCenter)
-
Returns the center of the ellipse in 2D
space
- Parameters:
-
- oCenter[0]
- The X Coordinate of the center point of the ellipse dd>
- oCenter[1]
- The Y Coordinate of the center point of the ellipse dd>
- Sub GetMajorAxis( oMajorAxis)
-
Returns the unit vector of the major axis of the ellipse in 2D
space
- Parameters:
-
- oMajorAxis[0]
- The length of the major axis dd>
- oMajorAxis[1]
- The length of the major axis dd>
- Sub GetMinorAxis( oMajorAxis)
-
Returns the unit vector of the minor axis of the ellipse in 2D
space
- Parameters:
-
- oMinorAxis[0]
- The length of the major axis dd>
- oMinorAxis[1]
- The length of the major axis dd>
- Sub SetData( iCenterX, iCenterY, iMajorX, iMajorY, iMajorRadius, iMinorRadius)
-
Modifies the caracteristics of the ellipse
- Parameters:
-
- iCenterX
- The X Coordinate of the ellipse center dd>
- iCenterY
- The Y Coordinate of the ellipse center dd>
- iMajorX
- The X coordinate of the Major axis direction dd>
- iMajorY
- The Y coordinate of the Major axis direction dd>
- iMajorRadius
- The length of the major axis dd>
- iMinorRadius
- The length of the minor axis dd>