AnimationVector1D

This class defines a 1D vector. It contains only one Float value that is initialized in the constructor.

Parameters

initVal

initial value to set the value field to.

Constructors

Link copied to clipboard
constructor(initVal: Float)

Properties

Link copied to clipboard

This field holds the only Float value in this AnimationVector1D object.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String