menu
three_js_math package
documentation
objects/plane.dart
Plane
distanceToPoint method
distanceToPoint method
dark_mode
light_mode
distanceToPoint
method
double
distanceToPoint
(
Vector3
point
)
Implementation
double distanceToPoint(Vector3 point) { return normal.dot(point) + constant; }
three_js_math package
documentation
objects/plane
Plane
distanceToPoint method
Plane class