AnimationVector3D


This class defines a 3D vector that contains three Float value fields for the three dimensions.

Summary

Public constructors

AnimationVector3D(v1: Float, v2: Float, v3: Float)
Cmn

Public functions

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

Public properties

Float

Float value field for the first dimension of the 3D vector.

Cmn
Float

Float value field for the second dimension of the 3D vector.

Cmn
Float

Float value field for the third dimension of the 3D vector.

Cmn

Public constructors

AnimationVector3D

AnimationVector3D(v1: Float, v2: Float, v3: Float)
Parameters
v1: Float

initial value to set on the first dimension

v2: Float

initial value to set on the second dimension

v3: Float

initial value to set on the third dimension

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

v1

val v1Float

Float value field for the first dimension of the 3D vector.

v2

val v2Float

Float value field for the second dimension of the 3D vector.

v3

val v3Float

Float value field for the third dimension of the 3D vector.