Vector4d.rotateY

Rotate this vector the specified radians around the Y axis.

@param angle the angle in radians @return this

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

Meta