projection¶
-
sknano.core.math.vector.
projection
(a, b) [edit on github][source]¶ Compute the vector projection of a onto b.
Parameters: b (a,) – Returns: Return type: Vector
sknano.core.math.vector.
projection
(a, b) [edit on github][source]¶Compute the vector projection of a onto b.
Parameters: | b (a,) – |
---|---|
Returns: | |
Return type: | Vector |