C# Class GeometryClassLibrary.Rectangle

Inheritance: Polygon
Afficher le fichier Open project: ParagonTruss/GeometryClassLibrary Class Usage Examples

Méthodes publiques

Méthode Description
Rectangle ( Distance length, Distance width, Point basePoint = null ) : UnitClassLibrary.DistanceUnit

Creates a Rectangle in the XY Plane, with one corner at the origin, and the specified length, width.

Rectangle ( Vector baseSegment, Distance height, Direction referencePlaneNormal = null ) : UnitClassLibrary.DistanceUnit

Private Methods

Méthode Description
_makeRectangle ( Distance length, Distance width, Point basePoint = null ) : Polygon
_makeRectangle ( Vector baseSegment, Distance height, Direction referencePlaneNormal ) : Polygon

Method Details

Rectangle() public méthode

Creates a Rectangle in the XY Plane, with one corner at the origin, and the specified length, width.
public Rectangle ( Distance length, Distance width, Point basePoint = null ) : UnitClassLibrary.DistanceUnit
length UnitClassLibrary.DistanceUnit.Distance
width UnitClassLibrary.DistanceUnit.Distance
basePoint Point
Résultat UnitClassLibrary.DistanceUnit

Rectangle() public méthode

public Rectangle ( Vector baseSegment, Distance height, Direction referencePlaneNormal = null ) : UnitClassLibrary.DistanceUnit
baseSegment Vector
height UnitClassLibrary.DistanceUnit.Distance
referencePlaneNormal Direction
Résultat UnitClassLibrary.DistanceUnit