Cartesian4
Functions
Link copied to clipboard
Duplicates this Cartesian4 instance.
Link copied to clipboard
fun equalsEpsilon(right: Cartesian4? = 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.