menu
bonfiremodify package
documentation
bonfire.dart
Plane
distanceToVector3 method
distanceToVector3 method
dark_mode
light_mode
distanceToVector3
method
double
distanceToVector3
(
Vector3
point
)
Implementation
double distanceToVector3(Vector3 point) => _normal.dot(point) + constant;
bonfiremodify package
documentation
bonfire
Plane
distanceToVector3 method
Plane class