Documentation
¶
Index ¶
- func GenLinearRangeArray(minRange, maxRange, steps *float64) []float64
- func GenLinearRangeChan(minRange, maxRange, steps *float64, pipe chan<- float64)
- func GenLinearVecRangeChan(minRange, maxRange *vec2.T, steps *float64, pipe chan<- vec2.T)
- func GenSquareVecRangeArray(topLeft, bottomRight *vec2.T, steps *float64) []vec2.T
- func GenSquareVecRangeChan(topLeft, bottomRight *vec2.T, steps *float64, pipe chan<- vec2.T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenLinearRangeArray ¶
func GenLinearRangeChan ¶
func GenLinearVecRangeChan ¶
func GenSquareVecRangeArray ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.