Vertex
Overview
Vertex यह जावा के लिए Aspose.3D FOSS में एक कक्षा है।. वारिस से: Comparable<Vertex>.
Vertex संदर्भ, TriMesh में कच्चे vertex तक पहुंचने के लिए इस्तेमाल किया जाता है।.
यह कक्षा जावा प्रोग्राम में वर्टेक्स वस्तुओं के साथ काम करने के लिए 10 तरीकों प्रदान करती है।. उपलब्ध तरीकों में शामिल हैं: Vertex, compareTo, readDouble, readFVector2, readFVector3, readFVector4, readFloat, readVector2, readVector3, readVector4. सभी सार्वजनिक सदस्य किसी भी जावा अनुप्रयोग के लिए उपलब्ध हैं Aspose.3D FOSS स्थापित करने के बाद जावे पैकेज।.
Methods
| Signature | Description |
|---|---|
Vertex() | Calls Vertex on this Vertex instance. |
compareTo(other: Vertex) → int | Compare 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) → Vector4 | Not 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) → FVector4 | Not 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) → Vector3 | Not 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) → FVector3 | Not 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) → Vector2 | Not 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) → FVector2 | Not 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) → double | Not 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) → float | Not 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 / |