Enhanced C#
Language of your choice: library documentation
|
Contains methods to manipulate rectangles. More...
Contains methods to manipulate rectangles.
Unfortunately, C# often can't infer the type parameters. Many of these methods must be called with explicit type parameters.
Static Public Member Functions | |
static bool | IsNormal< Rect, T > (this Rect r) |
static void | Normalize< Rect, T > (this Rect r) |
static void | SetRect< Rect, T > (this Rect r, T x, T y, T z, T width, T height, T depth) |
static void | SetRange< Rect, T > (this Rect r, T x1, T y1, T z1, T x2, T y2, T z2) |