VertexElementBinormal

VertexElementBinormal

Overview

VertexElementBinormal is a class in Aspose.3D FOSS for Java. Inherits from: VertexElement.

VertexElementBinormal.VertexElementBinormal creates a binormal vertex element with specified mapping and reference modes.

This class provides 1 method for working with VertexElementBinormal objects in Java programs. Available methods include: VertexElementBinormal. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.

Description

VertexElementBinormal is a class in the Aspose.3D FOSS library for Java that exposes 8 methods and 5 properties for programmatic use. It extends VertexElement, inheriting shared functionality from its parent type.

Instances are created through a single constructor that initializes the object with default values.

Methods

SignatureDescription
VertexElementBinormal(mappingMode: MappingMode, referenceMode: ReferenceMode)Creates a binormal vertex element with specified mapping and reference modes

See Also