Geometric Shape
interface GeometricShape<S : Vector<S>, A : GeometricTransformation<S>> : Serializable
Content copied to clipboard
Models a generic shape.
Parameters
Functions
Link copied to clipboard
A shape intersects another if any of its points is contained in the other one.
Link copied to clipboard
abstract fun transformed(transformation: A.() -> Unit): GeometricShape<S, A>
Content copied to clipboard
Transforms the shape.