EuclideanKategory3

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val Vector3<N>.lengthSquared: N
Link copied to clipboard
abstract val pointEquality: Equality<Point3<N>>
Link copied to clipboard

Functions

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