fg_ellipsew()Win32 DirectX Fastgraph/Light Prototype void fg_ellipsew (double horiz, double vert); Sub fg_ellipsew (ByVal horiz As Double, ByVal vert As Double) procedure fg_ellipsew (horiz, vert : real); Description The fg_ellipsew() function draws an unfilled ellipse in 2D world space. The ellipse is centered at the current graphics cursor position, and its size is determined by the specified lengths of its semi-axes. Parameters horiz defines the horizontal semi-axis of the ellipse (the absolute world space distance from the center of the ellipse to its horizontal extremity). vert defines the vertical semi-axis of the ellipse (the absolute world space distance from the center of the ellipse to its vertical extremity). Return value none Restrictions none See also fg_arcw(), fg_circlew(), fg_ellipse(), fg_ellipsfw()
|
 
copyright 2001 Ted Gruber Software, Inc.