Vector3D

data class Vector3D(val x: Double, val y: Double, val z: Double)

Constructors

Link copied to clipboard
constructor(x: Double, y: Double, z: Double)

Properties

Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double
Link copied to clipboard
val z: Double

Functions

Link copied to clipboard
Link copied to clipboard