Difference between revisions of "MWLLFlowNodes:VectorDistance"
From MechWarrior: Living Legends Wiki
Fire-hound (talk | contribs) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | { | + | {| class="wikitable" style="border:1px solid #250b2d; text-align:left; width:500px;" cellpadding="1" cellspacing="0" rules="all" align="right" |
− | | | + | ! colspan="3" style="background:#2a2a2a; text-align:center; font-size:12pt" | 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 | ||
+ | |- | ||
+ | !colspan="3" style="text-align:center" | [[File:VectorDistance.png]] | ||
+ | |- | ||
+ | |} | ||
− | '''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}} | ||
+ | |||
+ | {{Navbox FlowNodes}} | ||
[[Category:FlowNodes]] | [[Category:FlowNodes]] |
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