Rectangle.set

開始点と終了点を指定します.

  1. void set(float x, float y, float width, float height)
    struct Rectangle
    void
    set
    (
    in float x
    ,
    in float y
    ,
    in float width
    ,
    in float height
    )
  2. void set(armos.math.Vector2f p, armos.math.Vector2f s)

Meta