Dot Product Node
Description
Outputs a dot product of two vectors A and B, which is the sum of the multiplication of each vectors components. For example, if A and B are 3-component vectors, then the result is A.x * B.x + A.y * B.y + A.z * B.z.
If A and B have a different number of components, a cast is performed to match the one with the greater number of components.
Dot product is commutative, so the order of the values is not important.
The information on this page is valid for UNIGINE 2.18.1 SDK.
Last update:
19.04.2024
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter