Package-level declarations

Types

Link copied to clipboard

Represents the unit of angle measurement.

Link copied to clipboard
fun interface Distanceable<P : Distanceable<P>>

Interface for objects that can compute the distance to another point.

Link copied to clipboard
open class DoubleEquivalence(val epsilon: Double = DBL_EPSILON)

A class that provides methods for comparing double values with a specified precision.

Link copied to clipboard
interface Spatial

Interface representing a spatial object in the KompGeom library.

Link copied to clipboard
interface Transformer<O>

Interface for geometric transformations.

Link copied to clipboard
interface Vector<V : Vector<V>>

This interface represents a vector in a multi-dimensional space.

Properties

Link copied to clipboard

Represents the precision used in geometric computations.

Link copied to clipboard

The default double equivalence used in geometric computations.