All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jam.vector.RealVector

public interface interface RealVector
extends Vector
A RealVector is a real number as a vector.
The corresponding vector space is RealSpace

See Also:
RealSpace

Method Index

 o getValue()
 o setValue(float)

Methods

 o getValue
 public abstract float getValue()
 o setValue
 public abstract void setValue(float val)

All Packages  Class Hierarchy  This Package  Previous  Next  Index