Vector3

fun Vector3(x: Float, y: Float, z: Float)

Creates a new Vector3 with the specified components.

Parameters

x

The x component

y

The y component

z

The z component

fun Vector3(parcel: Parcel)