Documentation ¶
Index ¶
- type Image
- type Vec3
- func (v *Vec3) Add(o *Vec3) *Vec3
- func (v *Vec3) Cross(o *Vec3) *Vec3
- func (v *Vec3) Div(s float64) *Vec3
- func (v *Vec3) Dot(o *Vec3) float64
- func (v *Vec3) Length() float64
- func (v *Vec3) LengthSquared() float64
- func (v *Vec3) Mul(s float64) *Vec3
- func (v *Vec3) Sub(o *Vec3) *Vec3
- func (v *Vec3) Unit() *Vec3
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
func (*Image) WriteToFile ¶
type Vec3 ¶
func (*Vec3) LengthSquared ¶
Click to show internal directories.
Click to hide internal directories.