mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-03-07 05:30: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 |