- toArray(List<Float>) - Static method in class org.gicentre.handy.HandyRenderer
-
Converts an array list of numeric values into a floating point array.
- translate(float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Would translate the coordinate system by the given x and y values but ignored here as this will
be handled by the parent sketch.
- translate(float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Would translate the coordinate system by the given x and y values but ignored here as this
will be handled by the parent sketch.
- triangle(float, float, float, float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Draws a triangle through the three pairs of coordinates.
- triangle(float, float, float, float, float, float) - Method in class org.gicentre.handy.HandyRenderer
-
Draws a triangle through the three pairs of coordinates.