org.web3d.x3d.sai.navigation
Interface Billboard
- All Superinterfaces:
- X3DBoundedObject, X3DChildNode, X3DGroupingNode, X3DNode
public interface Billboard
- extends X3DGroupingNode
Defines the requirements of an X3D Billboard node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
|
Method Summary |
void |
getAxisOfRotation(float[] val)
Return the axisOfRotation value in the argument float[] |
void |
setAxisOfRotation(float[] val)
Set the axisOfRotation field. |
getAxisOfRotation
void getAxisOfRotation(float[] val)
- Return the axisOfRotation value in the argument float[]
- Parameters:
val - The float[] to initialize.
setAxisOfRotation
void setAxisOfRotation(float[] val)
- Set the axisOfRotation field.
- Parameters:
val - The float[] to set.
Copyright © 2001 - 2006 Web3D Consortium