Enhanced C#
Language of your choice: library documentation
|
This is the complete list of members for Loyc.Geometry.BoundingBoxExt, including all inherited members.
AsBCL(this BoundingBox< int > bbox) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
AsBCL(this BoundingBox< float > bbox) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Center< T >(this BoundingBox< T > self) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Contains< T >(this BoundingBox< T > self, Point< T > point) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Contains< T >(this BoundingBox< T > self, BoundingBox< T > other) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Deflate< T >(this BoundingBox< T > self, T amount) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Deflate< T >(this BoundingBox< T > self, T amountX, T amountY) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Deflated< T >(this BoundingBox< T > self, T amountX, T amountY) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
ExpandToInclude< T >(this BoundingBox< T > self, Point< T > point) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
ExpandToInclude< T >(this BoundingBox< T > self, IEnumerable< Point< T >> points) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Inflate< T >(this BoundingBox< T > self, T amount) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Inflate< T >(this BoundingBox< T > self, T amountX, T amountY) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Inflated< T >(this BoundingBox< T > self, T amountX, T amountY) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Intersect< T >(this BoundingBox< T > self, BoundingBox< T > b) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Normalize< T >(this BoundingBox< T > self) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Overlaps< T >(this BoundingBox< T > self, BoundingBox< T > other) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
ToBoundingBox< T >(this IEnumerable< Point< T >> pts) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
ToBoundingBox< T >(this IEnumerator< Point< T >> e) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
ToBoundingBox< T >(this LineSegment< T > seg) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Union< T >(this BoundingBox< T > self, BoundingBox< T > b) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Union< T >(this IEnumerable< BoundingBox< T >> e) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |
Union< T >(this IEnumerator< BoundingBox< T >> e) (defined in Loyc.Geometry.BoundingBoxExt) | Loyc.Geometry.BoundingBoxExt | inlinestatic |