VertexElementTangent
Overview
VertexElementTangent is a class in Aspose.3D FOSS for Java.
Inherits from: VertexElement.
VertexElementTangent.VertexElementTangent creates a tangent vertex element using the given mappingMode and referenceMode.
This class provides 9 methods for working with VertexElementTangent objects in Java programs.
Available methods include: VertexElementTangent, clone, getData, getIndices, getMappingMode, getReferenceMode, getType, setData, setIndices.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: data, indices, mappingMode, referenceMode, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | VertexElementType | Read | Gets the type. |
mappingMode | MappingMode | Read | Gets the mapping mode. |
referenceMode | ReferenceMode | Read | Gets the reference mode. |
indices | List<Integer> | Read | Gets the indices. |
data | List<Object> | Read | Gets the data. |
Methods
| Signature | Description |
|---|---|
VertexElementTangent(mappingMode: MappingMode, referenceMode: ReferenceMode) | Creates a tangent vertex element using the given mappingMode and referenceMode |
getType() → VertexElementType | Returns the type. |
getMappingMode() → MappingMode | Returns the mapping mode. |
getReferenceMode() → ReferenceMode | Returns the reference mode. |
getIndices() → List<Integer> | Returns the indices. |
getData() → List<Object> | Returns the data. |
setData(data: List<Object>) | Sets the data value. |
setIndices(indices: List<Integer>) | Sets the indices value. |
clone() → VertexElement | Calls clone on this VertexElementTangent instance. |