IOrientable

Overview

IOrientable is a interface in Aspose.3D FOSS for Java.

Orientable entities shall implement this interface.

This interface provides 4 methods for working with IOrientable objects in Java programs. Available methods include: getDirection, getTarget, setDirection, setTarget. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: direction, target.

Properties

NameTypeAccessDescription
directionVector3ReadGets the direction that the entity is looking at.
targetNodeReadGets the target that the entity is looking at.

Methods

SignatureDescription
getDirection()Vector3Gets the direction that the entity is looking at.
setDirection(value: Vector3)Sets the direction that the entity is looking at.
getTarget()NodeGets the target that the entity is looking at.
setTarget(value: Node)Sets the target that the entity is looking at.

See Also

 English