C# Class GeometryAPI.LineSegment

Inheritance: Figure, ILengthMeasurable
Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetLength ( ) : double
GetPrimaryMeasure ( ) : double
LineSegment ( Vector3D a, Vector3D b ) : System

Method Details

GetLength() public méthode

public GetLength ( ) : double
Résultat double

GetPrimaryMeasure() public méthode

public GetPrimaryMeasure ( ) : double
Résultat double

LineSegment() public méthode

public LineSegment ( Vector3D a, Vector3D b ) : System
a Vector3D
b Vector3D
Résultat System