Adimensional Shape
class AdimensionalShape<S : Vector<S>, A : GeometricTransformation<S>>(centroid: S) : GeometricShape<S, A>
Content copied to clipboard
A special shape which does not occupy space and does not intersect with any other, not even with itself. It also ignores any transformation.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
open override fun transformed(transformation: A.() -> Unit): AdimensionalShape<S, A>
Content copied to clipboard
Any transformation is ignored.