Class Pentagon

java.lang.Object
  |
  +--Pentagon

class Pentagon
extends java.lang.Object

Author:
Erhan Oztop, 2001-2002

Source code by Erhan Oztop (erhan@atr.co.jp)
Copyright August 2002 via
University of Southern California Ph.D. publication copyright

Field Summary
(package private)  double cen_ang
           
(package private)  double cen_he
           
(package private)  double cen_headd
           
(package private)  Point3d[][] cor
           
(package private)  double he3d
           
(package private)  int N
           
(package private)  int SN
           
 
Constructor Summary
Pentagon(double R)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 Point3d[] planar(double R, Point3d pos, double angleTilt)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

N

int N

SN

int SN

cen_ang

double cen_ang

cen_he

double cen_he

cen_headd

double cen_headd

he3d

double he3d

cor

Point3d[][] cor
Constructor Detail

Pentagon

public Pentagon(double R)
Method Detail

planar

public Point3d[] planar(double R,
                        Point3d pos,
                        double angleTilt)

main

public static void main(java.lang.String[] argv)