All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.gatech.cc.is.clay.NodeVec2Array

java.lang.Object
   |
   +----EDU.gatech.cc.is.clay.Node
           |
           +----EDU.gatech.cc.is.clay.NodeVec2Array

public abstract class NodeVec2Array
extends Node
A Node that returns an array of Vec2 values.

For detailed information on how to configure behaviors, see the Clay page.

Copyright (c)1997, 1998 Tucker Balch

Version:
$Revision: 1.2 $
Author:
Tucker Balch

Constructor Index

 o NodeVec2Array()

Method Index

 o Value(long)
Get the Vec2 array output.

Constructors

 o NodeVec2Array
 public NodeVec2Array()

Methods

 o Value
 public abstract Vec2[] Value(long timestamp)
Get the Vec2 array output. If you implement a NodeVec2Array, you need to define this method.

Parameters:
timestamp - long, the time of the request

All Packages  Class Hierarchy  This Package  Previous  Next  Index