menu
openworld package
documentation
three_dart/three3d/math/index.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; }
openworld package
documentation
three_dart/three3d/math/index
Face2
distanceToPoint method
Face2 class