- perspective() - Method in class org.gicentre.handy.HandyRecorder
-
Would apply the default perspective settings but ignored here as this will be handled by the parent sketch.
- perspective(float, float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Would allow perspective settings to be changed but ignored here as this will be handled by the parent sketch.
- point(float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Draws 2D point at the given location.
- point(float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Draws 3D point at the given location.
- point(float, float) - Method in class org.gicentre.handy.HandyRenderer
-
Draws 2D point at the given location.
- point(float, float, float) - Method in class org.gicentre.handy.HandyRenderer
-
Draws 3D point at the given location.
- pointLight(float, float, float, float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Would set a point light source for this graphics context but ignores it in this case as this will
be handled by the parent sketch.
- polyLine(float[], float[]) - Method in class org.gicentre.handy.HandyRenderer
-
Draws a complex line that links the given coordinates.
- popMatrix() - Method in class org.gicentre.handy.HandyRecorder
-
Would retrieve a copy of the current transform matrix from the stack but ignored here as this
will be handled by the parent sketch.
- printMatrix() - Method in class org.gicentre.handy.HandyRecorder
-
Would print the current transform matrix but ignored here as this will be handled by the parent sketch.
- pushMatrix() - Method in class org.gicentre.handy.HandyRecorder
-
Would store a copy of the current transform matrix on the stack but ignored here as this
will be handled by the parent sketch.