Ray1D

data class Ray1D(val start: Double, val dir: Double)

Constructors

Link copied to clipboard
constructor(start: Float, dir: Float)
constructor(start: Double, dir: Double)

Properties

Link copied to clipboard
val dir: Double
Link copied to clipboard

Functions

Link copied to clipboard