magnitude method
Returns the magnitude (or norm) of the normal.
This is equivalent to the Euclidean length of the vector.
Implementation
num magnitude() {
return normal.magnitude;
}
Returns the magnitude (or norm) of the normal.
This is equivalent to the Euclidean length of the vector.
num magnitude() {
return normal.magnitude;
}