Especially - API Documentation


int ES_coorsys1d_y

( float origin_x, float origin_y, float y_neg,
  float y_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 y-axis.

Parameters:
origin_x - [float] x-position of the center
origin_y - [float] y-position of the center
y_neg - [float] the number of negative units
y_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_x, ES_coorsys2d, ES_coorsys3d

Alphabetic index



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