C# Class GeometryAPI.LineSegment

Inheritance: Figure, ILengthMeasurable
Mostra file Open project: vladislav-karamfilov/TelerikAcademy Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetLength ( ) : double
GetPrimaryMeasure ( ) : double
LineSegment ( Vector3D a, Vector3D b ) : System

Method Details

GetLength() public method

public GetLength ( ) : double
return double

GetPrimaryMeasure() public method

public GetPrimaryMeasure ( ) : double
return double

LineSegment() public method

public LineSegment ( Vector3D a, Vector3D b ) : System
a Vector3D
b Vector3D
return System