Vector3d.rotateX

Rotate this vector the specified radians around the X axis.

@param angle the angle in radians @return this

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

Meta