menu
three_dart package
documentation
three3d/math/plane.dart
Plane
distanceToPoint method
distanceToPoint method
dark_mode
light_mode
distanceToPoint
method
num
distanceToPoint
(
Vector3
point
)
Implementation
num distanceToPoint(Vector3 point) { return normal.dot(point) + constant; }
three_dart package
documentation
three3d/math/plane
Plane
distanceToPoint method
Plane class