EndPoint

Vue de l’ensemble

‘EndPoint’ est une classe dans Aspose.3D FOSS pour Java. hérite de: ‘Sérialisable’.

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

Cette classe fournit 14 méthodes pour travailler avec des objets EndPoint dans les programmes Java. Les méthodologies disponibles comprennent: ‘EndPoint’, ‘clone’, copyFrom', ‘equals’, 'fromDegree', ’fromeRadian, ‘getAsPoint , 'getaValue et ‘hashCode; 'isCartesianPoint' et ‘toString'. Tous les membres publics sont accessibles à n’importe quelle application Java après l’installation de l'Aspose.3D FOSS pour le package Java . Propriétés : 'asPoint‘,asValué` ou ‘cartesienPoint’.

Propriétés

NameTypeAccessDescription
cartesianPointbooleanReadIs the end point a Cartesian point?
asPointVector3ReadGets the end point as Cartesian point, or thrown an exception.
asValuedoubleReadGets the end point as a real parameter, or throw an exception.

méthodes

SignatureDescription
EndPoint()Default constructor.
EndPoint(point: Vector3)Construct a EndPoint from a Cartesian point.
EndPoint(v: double)Construct a EndPoint from a real parameter.
fromDegree(degree: double)EndPointCreate an end point measured in degree.
fromRadian(degree: double)EndPointCreate an end point measured in radian.
isCartesianPoint()booleanIs the end point a Cartesian point?
getAsPoint()Vector3Gets the end point as Cartesian point, or thrown an exception.
getAsValue()doubleGets the end point as a real parameter, or throw an exception.
toString()StringReturns a string representation of the current end point.
clone()EndPointCalls clone on this EndPoint instance.
copyFrom(src: EndPoint)Copy from another EndPoint.
copyFrom(src: Object)Copy from another Object.
equals(obj: Object)booleanCalls equals(obj) on this EndPoint instance.
hashCode()intCalls hashCode on this EndPoint instance.

Voir aussi

  • Aspose.3D - référence API d’entreprise
 Français