C# Class TrianglesInSpace.Primitives.Box

Afficher le fichier Open project: anthony-martin/Triangles-in-space Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Contains ( Vector positionOne, Vector positionTwo ) : bool

Method Details

Box() public méthode

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
Résultat System.Diagnostics.Contracts