Vertex

Επισκόπηση

Vertex Είναι μια τάξη στο Aspose.3D FOSS για Java. Κληρονομιά από: Comparable<Vertex>.

Vertex αναφορά, χρησιμοποιείται για την πρόσβαση στο πρώιμο vertex στην TriMesh.

Αυτή η τάξη παρέχει 10 μεθόδους για να εργαστείτε με αντικείμενα Vertex σε προγράμματα Java. Οι διαθέσιμες μεθόδους περιλαμβάνουν: Vertex, compareTo, readDouble, readFVector2, readFVector3, readFVector4, readFloat, readVector2, readVector3, readVector4. Όλα τα μέλη του κοινού είναι προσβάσιμα σε οποιαδήποτε εφαρμογή Java μετά την εγκατάσταση του Aspose.3D FOSS για το πακέτο Java.

Μέθοδοι

SignatureDescription
Vertex()Calls Vertex on this Vertex instance.
compareTo(other: Vertex)intCompare the vertex with another vertex instance @param other Another vertex to compare @return 0 if equal, negative if less than, positive if greater than /
readVector4(field: VertexField)Vector4Not implemented in the FOSS edition — throws at runtime. Read the vector4 field @param field The field with a Vector4/FVector4 data type @return The vector4 value /
readFVector4(field: VertexField)FVector4Not implemented in the FOSS edition — throws at runtime. Read the vector4 field @param field The field with a Vector4/FVector4 data type @return The FVector4 value /
readVector3(field: VertexField)Vector3Not implemented in the FOSS edition — throws at runtime. Read the vector3 field @param field The field with a Vector3/FVector3 data type @return The vector3 value /
readFVector3(field: VertexField)FVector3Not implemented in the FOSS edition — throws at runtime. Read the vector3 field @param field The field with a Vector3/FVector3 data type @return The FVector3 value /
readVector2(field: VertexField)Vector2Not implemented in the FOSS edition — throws at runtime. Read the vector2 field @param field The field with a Vector2/FVector2 data type @return The vector2 value /
readFVector2(field: VertexField)FVector2Not implemented in the FOSS edition — throws at runtime. Read the vector2 field @param field The field with a Vector2/FVector2 data type @return The FVector2 value /
readDouble(field: VertexField)doubleNot implemented in the FOSS edition — throws at runtime. Read the double field @param field The field with a float/double compatible data type @return The double value /
readFloat(field: VertexField)floatNot implemented in the FOSS edition — throws at runtime. Read the float field @param field The field with a float/double compatible data type @return The float value /

Δείτε επίσης

 Ελληνικά