C# Class TrianglesInSpace.Primitives.Box

显示文件 Open project: anthony-martin/Triangles-in-space Class Usage Examples

Public Methods

Method Description
Box ( double x, double y ) : System.Diagnostics.Contracts

A box around 0,0 with X being the horizontal And Y being the vertiacal

Private Methods

Method Description
Contains ( Vector positionOne, Vector positionTwo ) : bool

Method Details

Box() public method

A box around 0,0 with X being the horizontal And Y being the vertiacal
public Box ( double x, double y ) : System.Diagnostics.Contracts
x double the width of the box
y double the height of the box
return System.Diagnostics.Contracts