VectorValue
sealed interface VectorValue<U> : ListValue<NumberValue<U>> , InterpolateableValue<VectorValue<U>> (source)
Represents an ExpressionValue that resolves to a list of numbers.
Parameters
U
the unit type of the number. For dimensionless quantities, use Number.