Documentation
¶
Index ¶
- type Int
- type Vector
- func (v *Vector) Abs() *Vector
- func (v *Vector) Clone() *Vector
- func (v *Vector) Distance(val ...Int) Int
- func (v *Vector) DistanceFrom(o *Vector) Int
- func (v *Vector) Equal(val ...Int) bool
- func (v *Vector) EqualTo(o *Vector) bool
- func (v *Vector) Great(val ...Int) bool
- func (v *Vector) GreatThan(o *Vector) bool
- func (v *Vector) IsX(x Int) bool
- func (v *Vector) IsY(y Int) bool
- func (v *Vector) Less(val ...Int) bool
- func (v *Vector) LessThan(o *Vector) bool
- func (v *Vector) Negate() *Vector
- func (v *Vector) Set(val ...Int) *Vector
- func (v *Vector) SetTo(o *Vector) *Vector
- func (v *Vector) Translate(val ...Int) *Vector
- func (v *Vector) TranslateBy(o *Vector) *Vector
- func (v *Vector) Zero() *Vector
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.