1 2 3 4 5 6 7 8 9 10 11
package mt type RangeF32 struct { Min, Max float32 Bias float32 } type RangeV3F32 struct { Min, Max [3]float32 Bias float32 }