setFromVector3

fun setFromVector3(v: Vector3, order: EulerOrder = _order): Euler

Sets the angles of this Euler instance from the given vector v.

Return

A reference to this Euler instance.

Parameters

v

The vector.

order

The order in which the axis rotations are applied.