init_from_euler


Description:

public unowned Euler? init_from_euler (Euler? src)

Initializes a Euler using the angles and order of another Euler.

If the Euler src is null, this function is equivalent to calling init with all angles set to 0.

Parameters:

this

the Euler to initialize

src

a Euler

Returns:

the initialized Euler