ExactArithmetic::Create

Constructs an exact arithmetic context from a bounding box maximum coordinate

Signature

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