Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.Geometry.INewRectangle3< Rect, T > Interface Template Reference

This interface exists to work around a limitation of C#; see IRectangle3<T>. More...


Source file:

Remarks

This interface exists to work around a limitation of C#; see IRectangle3<T>.

Public Member Functions

Rect NewRect (T x, T y, T z, T width, T height, T depth)
 
Rect NewRange (T x1, T y1, T z1, T x2, T y2, T z2)