Class pmr.euclid.EuclidVector
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.euclid.EuclidVector

java.lang.Object
   |
   +----java.util.Vector
           |
           +----pmr.euclid.EuclidVector

public class EuclidVector
extends Vector
an array of objects (NOT to be confused with Vector3).

This class should probably not be used directly and is merely to act as superclass for classes like Point3Vector. Most of the routines in this class are obsolete

Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o EuclidVector()
 o EuclidVector(int)

Method Index

 o concatenate(EuclidVector)
concatenate two vectors (must be of same type - hence protected)

Constructors

 o EuclidVector
  public EuclidVector()
 o EuclidVector
  public EuclidVector(int size)

Methods

 o concatenate
  protected void concatenate(EuclidVector v)
concatenate two vectors (must be of same type - hence protected)

All Packages  Class Hierarchy  This Package  Previous  Next  Index