fg_movew()Win32 DirectX Fastgraph/Light Prototype void fg_movew (double x, double y); Sub fg_movew (ByVal x As Double, ByVal y As Double) procedure fg_movew (x, y : real); Description The fg_movew() function establishes the graphics cursor position at an absolute 2D world space point. The fg_initw() function sets the graphics cursor position to (0.0,0.0). Parameters x is the world space x coordinate of the graphics cursor's new position. y is the world space y coordinate of the graphics cursor's new position. Return value none Restrictions none See also fg_move(), fg_moverel(), fg_moverw() Examples
|
 
copyright 2001 Ted Gruber Software, Inc.