C# Класс GeometryClassLibrary.Rectangle

Наследование: Polygon
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
_makeRectangle ( Distance length, Distance width, Point basePoint = null ) : Polygon
_makeRectangle ( Vector baseSegment, Distance height, Direction referencePlaneNormal ) : Polygon

Описание методов

Rectangle() публичный Метод

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
Результат UnitClassLibrary.DistanceUnit

Rectangle() публичный Метод

public Rectangle ( Vector baseSegment, Distance height, Direction referencePlaneNormal = null ) : UnitClassLibrary.DistanceUnit
baseSegment Vector
height UnitClassLibrary.DistanceUnit.Distance
referencePlaneNormal Direction
Результат UnitClassLibrary.DistanceUnit