Documentation ¶
Index ¶
- type Rect
- type Vec
- func (v Vec) Abs() Vec
- func (v Vec) Add(v2 Vec) Vec
- func (v Vec) Ceil() Vec
- func (v Vec) Div(s float64) Vec
- func (v Vec) Floor() Vec
- func (v Vec) Len() float64
- func (v Vec) LenSquared() float64
- func (v Vec) Map(f func(float64) float64) Vec
- func (v Vec) Max(v2 Vec) Vec
- func (v Vec) Min(v2 Vec) Vec
- func (v Vec) Mul(s float64) Vec
- func (v Vec) Point() image.Point
- func (v Vec) Round() Vec
- func (v Vec) Sub(v2 Vec) Vec
- func (v Vec) Unit() Vec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.