Variables
Const EPSILON
EPSILON: 0.000001 = 0.000001
Const RANDOM
RANDOM: random = Math.random
Const bytes
bytes: ArrayBuffer = new ArrayBuffer(Float32Array.BYTES_PER_ELEMENT)
Const degree2rad
degree2rad: number = Math.PI / 180
Const floatView
floatView: Float32Array = new Float32Array(bytes)
Const intView
intView: Uint32Array = new Uint32Array(bytes)
Const threehalfs
threehalfs: 1.5 = 1.5