Vector3d.rotateY

Rotate this vector the specified radians around the Y axis.

@param angle the angle in radians @return this

  1. Vector3d rotateY(double angle)
    struct Vector3d
    ref return
    rotateY
    (
    double angle
    )
  2. Vector3d rotateY(double angle, Vector3d dest)

Meta