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

Class pmr.euclid.Vector2

java.lang.Object
   |
   +----pmr.euclid.Status
           |
           +----pmr.euclid.Real2
                   |
                   +----pmr.euclid.Vector2

public class Vector2
extends Real2
a 2-D vector. relationship with Complex and Polar not fully worked out. It may simply be a matter of style which is used.
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o Vector2(double, double)
 o Vector2(Real2)

Method Index

 o getAngleMadeWith(Vector2)
I *think* I have written this so that the angle is positive as this rotates anticlockwise to v.

Constructors

 o Vector2
  public Vector2(Real2 r)
 o Vector2
  public Vector2(double x,
                 double y)

Methods

 o getAngleMadeWith
  public Angle getAngleMadeWith(Vector2 v)
I *think* I have written this so that the angle is positive as this rotates anticlockwise to v.

All Packages  Class Hierarchy  This Package  Previous  Next  Index