Double3

data class Double3(val x: Double, val y: Double, val z: Double)(source)

A three-dimensional vector in Cartesian coordinates using Double values.

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