Matrix4x4.rotate

Rotate the Matrix about angle (in degree!)

  1. Matrix4x4 rotate(float angle)
    struct Matrix4x4
    @nogc ref
    rotate
    pure nothrow
    (
    float angle
    )
  2. Matrix4x4 rotate(float angle, const Vector2f center)

Meta