Package-level declarations
Types
Link copied to clipboard
data class AffineTransformationMatrix2(val m00: Double, val m01: Double, val m02: Double, val m10: Double, val m11: Double, val m12: Double) : Transformer<Vector2<*>>
Represents a 2D affine transformation matrix.
Link copied to clipboard
Represents a mutable segment in 2D space defined by a start and end point.
Link copied to clipboard
Link copied to clipboard
Represents a point in polar coordinates. See polar coordinate system for more information.