Generates an array of Point types that represent an ellipse.
Generates an array of Point types that represent an ellipse.
public static void GenerateEllipsePoints(RectangleF,Orientation,ref Vector3[]);
Generates an array of Point types that represent an ellipse.
public static void GenerateEllipsePoints(RectangleF,Orientation,int,float,float,ref Vector3[]);
Generates an array of Point types that represent an ellipse.
public static void GenerateEllipsePoints(RectangleF,ref Vector2[]);
Generates an array of Point types that represent an ellipse.
public static void GenerateEllipsePoints(RectangleF,ref Vector3[]);
Generates an array of Point types that represent an ellipse.
public static void GenerateEllipsePoints(RectangleF,ref Point[]);
Generates an array of Point types that represent an ellipse.
public static void GenerateEllipsePoints(RectangleF,ref PointF[]);
Generates an array of Point types that represent an ellipse.
public static void GenerateEllipsePoints(RectangleF,int,float,float,ref Vector2[]);
GeoHelpers Class | CBX.Libs.DX9ToolsR4 Namespace