Flutter
vector_math
Plane
distanceToVector3 method
distanceToVector3
distanceToVector3
method
Null safety
double
distanceToVector3
(
Vector3
point
)
Implementation
double distanceToVector3(Vector3 point) => _normal.dot(point) + constant;
Flutter
vector_math
Plane
distanceToVector3 method
Plane class
Constructors
Plane
components
copy
normalconstant
Properties
constant
hashCode
normal
runtimeType
Methods
copyFrom
distanceToVector3
normalize
noSuchMethod
setFromComponents
toString
Operators
operator ==
Static methods
intersection