Documentation ¶
Index ¶
- func Dist(v, w Value) float64
- func Intersects(r, s Rect) bool
- func PointwiseGreater(v, w Value) bool
- func PointwiseGreaterEquals(v, w Value) bool
- func PointwiseLess(v, w Value) bool
- func PointwiseLessEquals(v, w Value) bool
- func Touches(r, s Rect) bool
- type Mass
- type Rect
- func (r Rect) Area() float64
- func (r Rect) Bottom() float64
- func (r Rect) Contains(v Value) bool
- func (r Rect) Dim() Value
- func (r Rect) IsValid() bool
- func (r Rect) Left() float64
- func (r Rect) NE() Value
- func (r Rect) NW() Value
- func (r Rect) Right() float64
- func (r Rect) SE() Value
- func (r Rect) SW() Value
- func (r Rect) Top() float64
- func (r Rect) Touches(v Value) bool
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Intersects ¶
func PointwiseGreater ¶
func PointwiseGreaterEquals ¶
func PointwiseLess ¶
func PointwiseLessEquals ¶
Types ¶
type Value ¶
type Value complex128
func PointwiseMax ¶
func PointwiseMin ¶
func PointwiseRemainder ¶
Click to show internal directories.
Click to hide internal directories.