Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Static Public Member Functions | List of all members
Loyc.Geometry.Rectangle3Ext Class Reference

Contains methods to manipulate rectangles. More...


Source file:

Remarks

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)