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
Public Member Functions | List of all members
Loyc.Geometry.INewPoint3< Point, T > Interface Template Reference

This interface exists to work around a limitation of C#; see IPoint{T} and IPoint3{T}. More...


Source file:
Inheritance diagram for Loyc.Geometry.INewPoint3< Point, T >:
Loyc.Geometry.IPoint3< T > Loyc.Geometry.Point3< T > Loyc.Geometry.Vector3< T > Loyc.Geometry.Point3< T > Loyc.Geometry.Vector3< T >

Remarks

This interface exists to work around a limitation of C#; see IPoint{T} and IPoint3{T}.

Public Member Functions

Point New (T x, T y, T z)