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
Properties | List of all members
Loyc.Geometry.ISize3Reader< T > Interface Template Reference

Interface for reading the size of a 3D object. More...


Source file:
Inheritance diagram for Loyc.Geometry.ISize3Reader< T >:
Loyc.Geometry.ISizeReader< T > Loyc.Geometry.IRectangle3Reader< T > Loyc.Geometry.IRectangle3Base< T > Loyc.Geometry.IRectangle3< T >

Remarks

Interface for reading the size of a 3D object.

Template Parameters
TCoordinate type.

Properties

Depth [get]
 Gets the depth of a rectangle (the difference between Z coordinates). More...
 
- Properties inherited from Loyc.Geometry.ISizeReader< T >
Width [get]
 Gets the width of a rectangle (the difference between X coordinates). More...
 
Height [get]
 Gets the height of a rectangle (the difference between Y coordinates). More...
 

Property Documentation

T Loyc.Geometry.ISize3Reader< T >.Depth
get

Gets the depth of a rectangle (the difference between Z coordinates).