- Version - Class in org.gicentre.handy
-
Stores version information about the Handy sketchy drawing package.
- Version() - Constructor for class org.gicentre.handy.Version
-
- vertex(float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Adds a 2d vertex to a shape that was started with a call to beginShape()
or one of its variants.
- vertex(float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Adds a 3d vertex to a shape that was started with a call to beginShape()
or one of its variants.
- vertex(float, float) - Method in class org.gicentre.handy.HandyRenderer
-
Adds a 2d vertex to a shape that was started with a call to beginShape()
or one of its variants.
- vertex(float, float, float) - Method in class org.gicentre.handy.HandyRenderer
-
Adds a 3d vertex to a shape that was started with a call to beginShape()
or one of its variants.