outer dot product
Syntax
d = dot_outer(v1,v2,varargin)
Input
v1, v2 | vector3d |
Output
d | double of size length(v1) x length(v2) |
Options
antipodal | consider smallest angle, i.e., consider vectors as axes |
ignoreAntipodal | antipodal flag in v1/v2 is ignored |