EuclideanKategory4

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val Vector4<N>.lengthSquared: N
Link copied to clipboard
abstract val pointEquality: Equality<Point4<N>>
Link copied to clipboard

Functions

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