fast_length
Returns the length of vector p computed as: sqrt((half)(pow(p.x,2) + pow(p.y,2)+ ...))
.
(1) |
-
Returns the length of vector p computed as: `sqrt((half)(pow(p.x,2) + pow(p.y,2)+ ...))`.
Parameters:-
F
p
-