Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeginWidth ¶
func (BeginWidth) BuildSpan ¶
func (bw BeginWidth) BuildSpan() (r Span)
type LeftRight2D ¶
type MinMaxFloat ¶
func (MinMaxFloat) Hash ¶
func (m MinMaxFloat) Hash(h hash.Hash)
type Point2D ¶
func (Point2D) InRectangle ¶
type Rectangle ¶
type Rectangle struct {
X MinMaxFloat `json:"x"`
Y MinMaxFloat `json:"y"`
}
type Region ¶
func (Region) Lower ¶
func (r Region) Lower() (lr LeftRight2D)
func (Region) Upper ¶
func (r Region) Upper() (lr LeftRight2D)
type SpanBuilder ¶
type SpanBuilder interface {
BuildSpan() Span
}
Click to show internal directories.
Click to hide internal directories.