Package-level declarations

Types

Link copied to clipboard
class AdimensionalShape<S : Vector<S>, A : Transformation<S>>(val centroid: S) : Shape<S, A>

A special shape which does not occupy space and does not intersect with any other, not even with itself. It also ignores any transformation.