AnimationVector1D


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

Summary

Public constructors

Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn
open String
Cmn

Public properties

Float

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

Cmn

Public constructors

AnimationVector1D

AnimationVector1D(initVal: Float)
Parameters
initVal: Float

initial value to set the value field to.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

value

val valueFloat

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