All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.clay.d_FixedDouble_
java.lang.Object
|
+----EDU.gatech.cc.is.clay.Node
|
+----EDU.gatech.cc.is.clay.NodeScalar
|
+----EDU.gatech.cc.is.clay.NodeDouble
|
+----EDU.gatech.cc.is.clay.d_FixedDouble_
- public class d_FixedDouble_
- extends NodeDouble
Always reports the same double.
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
-
DEBUG
-
Turn debug printing on or off.
-
d_FixedDouble_(double)
- Instantiate a d_FixedDouble_ schema.
-
Value(long)
- Return a constant Vec2.
DEBUG
public static final boolean DEBUG
- Turn debug printing on or off.
d_FixedDouble_
public d_FixedDouble_(double x)
- Instantiate a d_FixedDouble_ schema.
- Parameters:
- x - double, the x value to report;
Value
public double Value(long timestamp)
- Return a constant Vec2.
- Parameters:
- timestamp - long, not used but retained for compatibility.
- Returns:
- the double.
- Overrides:
- Value in class NodeDouble
All Packages Class Hierarchy This Package Previous Next Index