Documentation ¶
Index ¶
- Variables
- type Pair
- type Subject
- func (s *Subject) Contains(pt maths.Pt) bool
- func (s *Subject) DebugStringAugmented(augmenter func(idx int, e maths.Pt) string) string
- func (s *Subject) FirstPair() *Pair
- func (s *Subject) GoString() string
- func (s *Subject) Init(coords []float64) (*Subject, error)
- func (s *Subject) Winding() maths.WindingOrder
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidCoordsNumber = errors.New("Event number of coords expected.")
ErrInvalidCoordsNumber is the error produced when the number of coordinates provided is not even or large enough to from a linestring.
Functions ¶
This section is empty.
Types ¶
type Pair ¶
type Pair struct {
// contains filtered or unexported fields
}
func (*Pair) PushInBetween ¶
func (p *Pair) PushInBetween(e list.ElementerPointer) bool
Click to show internal directories.
Click to hide internal directories.