AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
void | setPlanes (PlaneList value) |
PlaneList | getPlanes () |
void | setOutside (Plane.Side value) |
Plane.Side | getOutside () |
PlaneBoundedVolume (Plane.Side theOutside) | |
boolean | intersects (AxisAlignedBox box) |
boolean | intersects (Sphere sphere) |
RayIntersect | intersects (Ray ray) |
<> Represents a convex volume bounded by planes.
PlaneBoundedVolume.PlaneBoundedVolume | ( | Plane.Side | theOutside | ) |
Constructor, determines which side is deemed to be 'outside'
boolean PlaneBoundedVolume.intersects | ( | AxisAlignedBox | box | ) |
Intersection test with AABB
Remarks: May return false positives but will never miss an intersection.
RayIntersect PlaneBoundedVolume.intersects | ( | Ray | ray | ) |
Intersection test with a Ray