applyAxisAngle

fun applyAxisAngle(axis: Vector3, angle: Double): Vector3

Applies a rotation specified by axis (a normalized vector) and angle (in radians) to this vector.

Return

A reference to this vector.