PercentDistance

data class PercentDistance(val x: Double, val y: Double, val z: Double) : Distance

A Distance that specifies a percentage of the full distance covered by LEDs in that direction that should be traveled. 100.0 represents the full distance.

Constructors

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

Properties

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

Functions

Link copied to clipboard