theba.core.math.Vector3D Class Reference

List of all members.

Public Member Functions

 Vector3D (double x, double y, double z)
 Vector3D (Point3D pt)
String toString ()
double distanceFrom (Point3D p2)
void normalize ()

Public Attributes

double x
double y
double z

Detailed Description

A vector-class for performing 3D measurements

Author:
jensbw

Definition at line 8 of file Vector3D.java.


Constructor & Destructor Documentation

theba.core.math.Vector3D.Vector3D ( double  x,
double  y,
double  z 
)

Definition at line 11 of file Vector3D.java.

theba.core.math.Vector3D.Vector3D ( Point3D  pt  ) 

Member Function Documentation

double theba.core.math.Vector3D.distanceFrom ( Point3D  p2  ) 
void theba.core.math.Vector3D.normalize (  ) 
String theba.core.math.Vector3D.toString (  ) 

Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Fri Nov 13 08:57:08 2009 for Theba by  doxygen 1.6.1