fg_drawrw()

Win32 DirectX Fastgraph/Light

Prototype

void fg_drawrw (double x, double y);

Sub fg_drawrw (ByVal x As Double, ByVal y As Double)

procedure fg_drawrw (x, y : real);

Description

The fg_drawrw() function draws a solid line from the graphics cursor position to a 2D world space position relative to it. It also makes the destination position the new graphics cursor position.

Parameters

x is the world space x offset of the destination position.

y is the world space y offset of the destination position.

Return value

none

Restrictions

none

See also

fg_drawrel(), fg_drawrxw(), fg_draww(), fg_moverw()

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.