A 3D vector, typically representing a normal (x, y, z).
The math function to apply to the x component ('floor', 'ceil', etc.).
The math function to apply to the y component ('floor', 'ceil', etc.).
The oct-encoded 2D vector as a 2-element Int8Array.
Oct-encodes a 3D vector (x, y, z) into a 2-byte representation.
This function normalizes a 3D vector to the 2D oct encoding range and encodes it using the specified math functions (
xfunc
andyfunc
), which typically are 'floor' or 'ceil'.