math.geom2s
Class Point2S

java.lang.Object
  extended by math.geom2s.Point2S
All Implemented Interfaces:
Shape2S

public class Point2S
extends java.lang.Object
implements Shape2S

A point in spherical coordinates.

Author:
Legland

Constructor Summary
Point2S(double phi, double theta)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point2S

public Point2S(double phi,
               double theta)