C# Класс SharpFE.Geometry.UnboundedLine

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

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

Метод Описание
IsOnLine ( CartesianPoint pointToCheck ) : bool
PerpendicularLineTo ( CartesianPoint pointNotOnLine ) : BoundedLine

Calculates the perpendicular line from this line to the given point

UnboundedLine ( GeometricVector vectorOfLine, CartesianPoint pointOnLine ) : System

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

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

public IsOnLine ( CartesianPoint pointToCheck ) : bool
pointToCheck CartesianPoint
Результат bool

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

Calculates the perpendicular line from this line to the given point
public PerpendicularLineTo ( CartesianPoint pointNotOnLine ) : BoundedLine
pointNotOnLine CartesianPoint
Результат BoundedLine

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

public UnboundedLine ( GeometricVector vectorOfLine, CartesianPoint pointOnLine ) : System
vectorOfLine GeometricVector
pointOnLine CartesianPoint
Результат System