EndPoint

EndPoint structure

Le point final pour couper la courbe, peut être une valeur de paramètre ou un point cartésien.

public struct EndPoint

Constructeurs

NomLa description
EndPoint(double)Construire unEndPoint à partir d’un paramètre réel.
EndPoint(Vector3)Construire unEndPoint à partir d’un point cartésien.

Propriétés

NomLa description
AsPoint { get; }Obtient le point final en tant que point cartésien, ou lève une exception.
AsValue { get; }Obtient le point final en tant que paramètre réel ou lève une exception.
IsCartesianPoint { get; }Le point final est-il un point cartésien ?

Méthodes

NomLa description
static FromDegree(double)Créer un point final mesuré en degrés.
static FromRadian(double)Créer un point final mesuré en radian.
override ToString()Renvoie une représentation sous forme de chaîne du point de fin actuel.

Voir également