- rect(float, float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Draws a rectangle using the given location and dimensions.
- rect(float, float, float, float) - Method in class org.gicentre.handy.HandyRenderer
-
Draws a rectangle using the given location and dimensions.
- resetMatrix() - Method in class org.gicentre.handy.HandyRecorder
-
Would reset the current transform matrix to its default transform but ignored here as this
will be handled by the parent sketch.
- resetStyles() - Method in class org.gicentre.handy.HandyRenderer
-
Resets the sketchy styles to default values.
- rotate(float) - Method in class org.gicentre.handy.HandyRecorder
-
Would rotate the coordinate system by the given angle but ignored here as this will be
handled by the parent sketch.
- rotate(float, float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Would rotate the coordinate system by the given angles but ignored here as this will be
handled by the parent sketch.
- rotateX(float) - Method in class org.gicentre.handy.HandyRecorder
-
Would rotate the coordinate system around the x-axis in 3d space but ignored here as this
will be handled by the parent sketch.
- rotateY(float) - Method in class org.gicentre.handy.HandyRecorder
-
Would rotate the coordinate system around the y-axis in 3d space but ignored here as this
will be handled by the parent sketch.
- rotateZ(float) - Method in class org.gicentre.handy.HandyRecorder
-
Would rotate the coordinate system around the z-axis in 3d space but ignored here as this
will be handled by the parent sketch.