Difference between revisions of "MWLLFlowNodes:VectorDistance"
From MechWarrior: Living Legends Wiki
m |
Fire-hound (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
|StartVec | |StartVec | ||
|Position | |Position | ||
− | | | + | |X/Y/Z coordinates of initial vector |
|- | |- | ||
|EndVec | |EndVec | ||
|Position | |Position | ||
− | | | + | |X/Y/Z coordinates of other vector |
|- | |- | ||
|Distance | |Distance | ||
|Float | |Float | ||
− | | | + | |Distance output of vector calculation |
|- | |- | ||
!colspan="3" style="text-align:center" | [[File:VectorDistance.png]] | !colspan="3" style="text-align:center" | [[File:VectorDistance.png]] | ||
Line 21: | Line 21: | ||
− | '''VectorDistance''' is the [[MWLL Flowgraph Nodes|MWLL Flowgraph Node]] calculating distance between two points | + | '''VectorDistance''' is the [[MWLL Flowgraph Nodes|MWLL Flowgraph Node]] calculating distance between given two points in 3D space |
{{Stub}} | {{Stub}} |
Latest revision as of 20:55, 20 June 2019
VectorDistance | ||
---|---|---|
Name | Type | Description |
StartVec | Position | X/Y/Z coordinates of initial vector |
EndVec | Position | X/Y/Z coordinates of other vector |
Distance | Float | Distance output of vector calculation |
VectorDistance is the MWLL Flowgraph Node calculating distance between given two points in 3D space