Vector4d.rotateZ

Rotate this vector the specified radians around the Z axis.

@param angle the angle in radians @return this

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

Meta