C# Class PlotMyFace.TSPSegment

Afficher le fichier Open project: ms-iot/plotmyface Class Usage Examples

Méthodes publiques

Свойство Type Description
end Vector2
start Vector2
type LineType
wasPlotted bool

Méthodes publiques

Méthode Description
LineLength ( ) : uint
TSPSegment ( ) : System

Method Details

LineLength() public méthode

public LineLength ( ) : uint
Résultat uint

TSPSegment() public méthode

public TSPSegment ( ) : System
Résultat System

Property Details

end public_oe property

public Vector2 end
Résultat Vector2

start public_oe property

public Vector2 start
Résultat Vector2

type public_oe property

public LineType type
Résultat LineType

wasPlotted public_oe property

public bool wasPlotted
Résultat bool