menu
openworld package
documentation
three_dart/three3d/math/index.dart
Sphere
containsPoint method
containsPoint method
dark_mode
light_mode
containsPoint
method
bool
containsPoint
(
Vector3
point
)
Implementation
bool containsPoint(Vector3 point) { return (point.distanceToSquared(center) <= (radius * radius)); }
openworld package
documentation
three_dart/three3d/math/index
Sphere
containsPoint method
Sphere class