EuclideanKategory2

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val Vector2<N>.lengthSquared: N
Link copied to clipboard
abstract val pointEquality: Equality<Point2<N>>
Link copied to clipboard

Functions

Link copied to clipboard
abstract infix fun Vector2<N>.dot(other: Vector2<N>): N
Link copied to clipboard
abstract operator fun Point2<N>.minus(other: Point2<N>): Vector2<N>
abstract operator fun Point2<N>.minus(other: Vector2<N>): Point2<N>
abstract operator fun Vector2<N>.minus(other: Vector2<N>): Vector2<N>
Link copied to clipboard
abstract operator fun Point2<N>.plus(other: Vector2<N>): Point2<N>
abstract operator fun Vector2<N>.plus(other: Point2<N>): Point2<N>
abstract operator fun Vector2<N>.plus(other: Vector2<N>): Vector2<N>
Link copied to clipboard
abstract operator fun N.times(other: Vector2<N>): Vector2<N>
abstract operator fun Vector2<N>.times(other: N): Vector2<N>
Link copied to clipboard
abstract operator fun Vector2<N>.unaryMinus(): Vector2<N>