武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.22
  

點擊圖片可看到更多訊息

開始使用於

遊戲:
Arma 3
版本:
1.22

描述

描述:
Subtracts one 3D vector from another. (vector1 - vector2)

基本句法

句法:
vector1 vectorDiff vector2
參數:
vector1: Array
vector2: Array
返回值:
Array

範例

範例1:
hint str (velocity car vectorDiff velocity bike);

額外資訊

多人遊戲:
-
也可以看看:
vectorAddvectorCrossProductvectorDotProductvectorCosvectorMagnitudevectorMagnitudeSqrvectorMultiplyvectorDistancevectorDistanceSqrvectorDirvectorUpsetVectorDirsetVectorUpsetVectorDirAndUpvectorNormalizedvectorFromTo

注意事項

此處撰寫句法皆為可行用法. 可到官網[1]專頁回報錯誤. 你可以使用討論頁面或是論壇來進行討論.
新增注意事項 | 如何新增?

Notes

Posted on 28 Jun, 2014
ffur2007slx2_5
(ArmA3 1.22)Algorithm: Vector1 = [x1,y1,z1]; Vector2 = [x2,y2,z2]; Result = [x1 – x2,y1 – y2,z1 – z2;] It is recommended to use vectorDiff instead of BIS_fnc_vectorDiff.

Bottom Section

Advertisement