Especially - API Documentation


int ES_coorsys1d_x

( float origin_x, float origin_y, float x_neg,
  float x_pos, bool specialfunc,
  float color_red, float color_green,
  float color_blue )

A global function.

Documentation

A global function. Draws a 1D-coordinate system parallel to the x-axis.

Parameters:
origin_x - [float] x-position of the center
origin_y - [float] y-position of the center
x_neg - [float] the number of negative units
x_pos - [float] the number of positive units
specialfunc - [bool] activates rotating and zooming for this system only
color_red - [float] color, value from 0-255
color_green - [float] color, value from 0-255
color_blue - [float] color, value from 0-255
Returns:
true or false
See Also:
ES_coorsys1d_y, ES_coorsys2d, ES_coorsys3d

Alphabetic index



This page was generated with the help of DOC++.