Signature
class Context:
// Constructs an exact arithmetic context from a bounding box maximum coordinate
fun createExactArithmetic(
maxCoord: float,
kernel: ArithmeticKernel = Fixed256Pos26,
) -> ExactArithmetic
Constructs an exact arithmetic context from a bounding box maximum coordinate
class Context:
// Constructs an exact arithmetic context from a bounding box maximum coordinate
fun createExactArithmetic(
maxCoord: float,
kernel: ArithmeticKernel = Fixed256Pos26,
) -> ExactArithmetic