orthogonal.m

来自「四元数matlab工具包」· M 代码 · 共 7 行

M
7
字号
function U = orthogonal(V, W)% ORTHOGONAL(V) constructs a unit pure quaternion perpendicular to V, and% perpendicular to W,  if given. V (and W if given) must be pure quaternion% scalar(s). W need not be perpendicular to V, but it must not be parallel% (that is the scalar product of W and V must not have unit modulus).% Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?