|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttoxi.geom.AxisAlignedCylinder
toxi.geom.XAxisCylinder
public class XAxisCylinder
Constructor Summary | |
---|---|
XAxisCylinder(ReadonlyVec3D pos,
float radius,
float length)
|
Method Summary | |
---|---|
boolean |
containsPoint(ReadonlyVec3D p)
Checks if the given point is inside the cylinder. |
Vec3D.Axis |
getMajorAxis()
|
Methods inherited from class toxi.geom.AxisAlignedCylinder |
---|
getLength, getPosition, getRadius, setLength, setPosition, setRadius, toMesh, toMesh, toMesh |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XAxisCylinder(ReadonlyVec3D pos, float radius, float length)
Method Detail |
---|
public boolean containsPoint(ReadonlyVec3D p)
AxisAlignedCylinder
containsPoint
in interface Shape3D
containsPoint
in class AxisAlignedCylinder
public Vec3D.Axis getMajorAxis()
getMajorAxis
in class AxisAlignedCylinder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |