CoordinateSystem

CoordinateSystem

Overview

CoordinateSystem is a enum in Aspose.3D FOSS for Java.

CoordinateSystem.RIGHT_HANDED represents a right‑handed coordinate system orientation.

This enumeration defines 2 values: RIGHT_HANDED, LEFT_HANDED.

Description

CoordinateSystem is an enumeration type in the Aspose.3D FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like CoordinateSystem help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
RIGHT_HANDEDRepresents a right‑handed coordinate system orientation
LEFT_HANDEDRepresents a left‑handed coordinate system orientation

See Also