public interface Membership
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWithin(double x,
double y,
double z)
Check if a point is within this shape.
|
default boolean |
isWithin(Vector point)
Check if a point is within this shape.
|
default boolean isWithin(Vector point)
point - is the point to check.boolean isWithin(double x,
double y,
double z)
x - is x coordinate of point to check.y - is y coordinate of point to check.z - is z coordinate of point to check.Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.