Uses of Class
com.aspose.threed.Axis
-
-
Uses of Axis in com.aspose.threed
Methods in com.aspose.threed that return Axis Modifier and Type Method Description Axis
AssetInfo. getUpVector()
Gets the up-vector used in this asset.static Axis
Axis. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Axis[]
Axis. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type Axis Modifier and Type Method Description TransformBuilder
TransformBuilder. rearrange(Axis newX, Axis newY, Axis newZ)
Rearrange the layout of the axis.void
AssetInfo. setUpVector(Axis value)
Sets the up-vector used in this asset.
-