Vector3d.rotateZ

Rotate this vector the specified radians around the Z axis.

@param angle the angle in radians @return this

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

Meta