org.simtk.geometry3d
Class SemiCylinder

java.lang.Object
  extended by org.simtk.geometry3d.Cylinder
      extended by org.simtk.geometry3d.SemiCylinder

public class SemiCylinder
extends Cylinder


Constructor Summary
SemiCylinder(Vector3D head, Vector3D tail, double radius, Vector3DClass normalArg)
           
 
Method Summary
 Vector3DClass getNormal()
           
 
Methods inherited from class org.simtk.geometry3d.Cylinder
getHead, getMidpoint, getRadius, getTail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemiCylinder

public SemiCylinder(Vector3D head,
                    Vector3D tail,
                    double radius,
                    Vector3DClass normalArg)
Method Detail

getNormal

public Vector3DClass getNormal()