menu
three_dart package
documentation
three3d/math/convex_hull.dart
Face2
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/convex_hull
Face2
distanceToPoint method
Face2 class