Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Circle ¶
type Circle struct {
// contains filtered or unexported fields
}
Circles are, you guessed it. Circles.
type Line ¶
type Line struct {
// contains filtered or unexported fields
}
Specifies a line to be drawn.
type Point ¶
type Point struct {
// contains filtered or unexported fields
}
A Point is as it sounds, a single point in space.
Click to show internal directories.
Click to hide internal directories.