Package toxi.geom
Class XAxisCylinder
java.lang.Object
toxi.geom.AxisAlignedCylinder
toxi.geom.XAxisCylinder
- All Implemented Interfaces:
Shape3D
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if the given point is inside the cylinder.Methods inherited from class toxi.geom.AxisAlignedCylinder
getLength, getPosition, getRadius, setLength, setPosition, setRadius, toMesh, toMesh, toMesh
-
Constructor Details
-
XAxisCylinder
-
-
Method Details
-
containsPoint
Description copied from class:AxisAlignedCylinderChecks if the given point is inside the cylinder.- Specified by:
containsPointin interfaceShape3D- Specified by:
containsPointin classAxisAlignedCylinder- Returns:
- true, if inside
-
getMajorAxis
- Specified by:
getMajorAxisin classAxisAlignedCylinder- Returns:
- the cylinder's orientation axis
-