public class InfCylinder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Line |
line |
protected double |
radius |
| Constructor and Description |
|---|
InfCylinder(Line l,
double r) |
| Modifier and Type | Method and Description |
|---|---|
Cylinder |
capWithDiscs(PointList enclosedPoints) |
LSS |
capWithHalfSpheres(LSS c1,
LSS c2) |
LSS |
capWithHalfSpheres(PointList enclosedPoints) |
static InfCylinder |
createMinRadCylinderFromDirection(PointList points,
Vector dir)
Assumes dir is normalized
|
java.lang.String |
toString() |
protected Line line
protected double radius
public InfCylinder(Line l, double r)
public static InfCylinder createMinRadCylinderFromDirection(PointList points, Vector dir)
public java.lang.String toString()
toString in class java.lang.Object