Especially - API Documentation


int ES_coorsys2d

( float origin_x, float origin_y, float x_neg,
  float x_pos, float y_neg, float y_pos,
  bool specialfunc, float color_x_red,
  float color_x_green, float color_x_blue,
  float color_y_red, float color_y_green,
  float color_y_blue )

A global function.

Documentation

A global function. Draws a 2D-coordinate system along the x-y-plane

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
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_x_red - [float] color of the x-axis, value from 0-255
color_x_green - [float] color of the x-axis, value from 0-255
color_x_blue - [float] color of the x-axis, value from 0-255
color_y_red - [float] color of the y-axis, value from 0-255
color_y_green - [float] color of the y-axis, value from 0-255
color_y_blue - [float] color of the y-axis, value from 0-255
Returns:
true or false
See Also:
ES_coorsys1d_x, ES_coorsys1d_y, ES_coorsys3d

Alphabetic index



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