mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-04-10 06:10:17 +00:00
7 lines
131 B
Mathematica
7 lines
131 B
Mathematica
function [shape3D] = GetShape3D(M, V, p)
|
|
|
|
shape3D = M + V * p;
|
|
|
|
shape3D = reshape(shape3D, numel(shape3D) / 3, 3);
|
|
|
|
end |