rotate

Rotate a view at an arbitrary angle (specified in radians) around its center.

  1. auto rotate(V src, double angle, COLOR defaultColor, double ox, double oy)
  2. auto rotate(V src, double angle, COLOR defaultColor)
    rotate
    (
    V
    COLOR
    )
    (
    auto ref V src
    ,
    double angle
    ,
    COLOR defaultColor = ViewColor!V.init
    )
    if (
    isView!V &&
    is(COLOR : ViewColor!V)
    )

Meta