Cartesian2
external class Cartesian2(var x: Double = definedExternally, var y: Double = definedExternally)(source)
A 2D Cartesian point.
See also
Properties
Functions
Link copied to clipboard
Duplicates this Cartesian2 instance.
Link copied to clipboard
fun equalsEpsilon(right: Cartesian2? = definedExternally, relativeEpsilon: Double? = definedExternally, absoluteEpsilon: Double? = definedExternally): Boolean
Compares this Cartesian against the provided Cartesian componentwise and returns true
if they pass an absolute or relative tolerance test, false
otherwise.