All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.gatech.cc.is.clay.NodeVec2

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

public abstract class NodeVec2
extends Node
A Node that returns 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 NodeVec2()

Method Index

 o Value(long)
Get the Vec2 value.

Constructors

 o NodeVec2
 public NodeVec2()

Methods

 o Value
 public abstract Vec2 Value(long timestamp)
Get the Vec2 value. If you implement a NodeVec2, you need to define this method.

Parameters:
timestamp - long, the time of the request

All Packages  Class Hierarchy  This Package  Previous  Next  Index