sin method

sin(self)

Calculates sine on each component

Returns

Calculated Vector3.


def sin(self):
    ...

See Also