VertexElementTangent

VertexElementTangent

Übersicht über die

VertexElementTangent ist eine Klasse in Aspose.3d für Java. Erben von: VertexElement.

VertexElementTangent.VertexElementTangent creates a tangent vertex element with the given mapping and reference modes.

Methoden und Verfahren

NameTypeAccessDescription
typeVertexElementTypeReadGets the type.
mappingModeMappingModeReadGets the mapping mode.
referenceModeReferenceModeReadGets the reference mode.
indicesList<Integer>ReadGets the indices.
dataList<Object>ReadGets the data.
SignatureDescription
VertexElementTangent(mappingMode: MappingMode, referenceMode: ReferenceMode)Creates a tangent vertex element using the given mappingMode and referenceMode
getType()VertexElementTypeReturns the type.
getMappingMode()MappingModeReturns the mapping mode.
getReferenceMode()ReferenceModeReturns 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()VertexElementCalls clone on this VertexElementTangent instance.
 Deutsch