在ThreeJs中沿矩阵平移向量

时间:2019-04-11 09:28:49

标签: javascript matrix three.js matrix-multiplication

我正在使用AR.js跟踪物理标记并将其映射为正方形平面。我想计算正方形不同部分的3d位置。

要获取中心向量,我获取了跟踪对象`AR.js?的位置向量。返回。

我将如何计算该平面上的其他向量(黑点)?我想我需要使用final ExecutorService executorService = Executors.newFixedThreadPool(10); CompletableFuture.supplyAsync(() -> { try { return hystrixCommand.queue(); } catch (Exception e) { return false; } }, executorService); matrix

enter image description here

0 个答案:

没有答案