Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Point ¶
type Point [4]int16
Point describes a 4-dimensional lattice point.
type Points ¶
type Points []Point
Points is a slice of points.
func ParsePoints ¶
ParsePoints attempts to convert the given string to a slice of points. The string is expected to be in the format
[ [ c1, c2, c3, c4 ], ... ]
where the white-space is optional and flexible.
Click to show internal directories.
Click to hide internal directories.