functions to make various basic shapes
More...
|
static Switch | createAxes () |
| create X(red),Y(green) and Z(blue) axes More...
|
|
static Switch | createBall (double radius, Color3f c) |
| create ball with switch node More...
|
|
static Switch | createBall (double radius, Color3f c, float transparency) |
| create ball with switch node More...
|
|
functions to make various basic shapes
Definition at line 30 of file GrxShapeUtil.java.
static Switch com.generalrobotix.ui.util.GrxShapeUtil.createAxes |
( |
| ) |
|
|
inlinestatic |
create X(red),Y(green) and Z(blue) axes
- Returns
Definition at line 36 of file GrxShapeUtil.java.
static Switch com.generalrobotix.ui.util.GrxShapeUtil.createBall |
( |
double |
radius, |
|
|
Color3f |
c |
|
) |
| |
|
inlinestatic |
create ball with switch node
- Parameters
-
radius | radius of the ball |
c | color of the ball |
- Returns
- switch node
Definition at line 86 of file GrxShapeUtil.java.
static Switch com.generalrobotix.ui.util.GrxShapeUtil.createBall |
( |
double |
radius, |
|
|
Color3f |
c, |
|
|
float |
transparency |
|
) |
| |
|
inlinestatic |
create ball with switch node
- Parameters
-
radius | radius of the ball |
c | color of the ball |
transparency | transparency |
- Returns
- switch node
Definition at line 97 of file GrxShapeUtil.java.
The documentation for this class was generated from the following file: