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
| Name | Type | Access | Description |
|---|---|---|---|
cartesianPoint | boolean | Read | Is the end point a Cartesian point? |
asPoint | Vector3 | Read | Gets the end point as Cartesian point, or thrown an exception. |
asValue | double | Read | Gets the end point as a real parameter, or throw an exception. |
méthodes
| Signature | Description |
|---|---|
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) → EndPoint | Create an end point measured in degree. |
fromRadian(degree: double) → EndPoint | Create an end point measured in radian. |
isCartesianPoint() → boolean | Is the end point a Cartesian point? |
getAsPoint() → Vector3 | Gets the end point as Cartesian point, or thrown an exception. |
getAsValue() → double | Gets the end point as a real parameter, or throw an exception. |
toString() → String | Returns a string representation of the current end point. |
clone() → EndPoint | Calls clone on this EndPoint instance. |
copyFrom(src: EndPoint) | Copy from another EndPoint. |
copyFrom(src: Object) | Copy from another Object. |
equals(obj: Object) → boolean | Calls equals(obj) on this EndPoint instance. |
hashCode() → int | Calls hashCode on this EndPoint instance. |
Voir aussi
- Aspose.3D - référence API d’entreprise