MP 301 - Video-18 - 5X PP AUG 2017 DAY 7 Part 2

Поділитися
Вставка
  • Опубліковано 2 січ 2025

КОМЕНТАРІ • 3

  • @colingilchrist6468
    @colingilchrist6468  2 роки тому

    In many cases, XYZ Points, are treated "as a vector", to allow all kinds of operations to be performed on the data.
    In 5-Axis Posts, we make use of 9-variable lists (1D Array), for Matrix operations, and 3-variable lists for Vectors.

  • @colingilchrist6468
    @colingilchrist6468  2 роки тому

    This really depends on the Post. But Vector and Matrix Mathematics are both used in the Post. 'atan2' function especially. In 4-axis Posts, MP.DLL does this for you automatically, and updates the Raw Angle Variable 'c$'.
    In #2, this is exactly an example of using a Vector Function to copy values.
    xabs = vequ(x$) < copies x$, y$, and z$, into xabs, yabs, and zabs.

  • @pozalujstapodpishus3062
    @pozalujstapodpishus3062 2 роки тому

    1) This vectors mathematic use only for output angle to A,B,C axis? Coordinates x,y,z is not recount, and output from NCI?
    2)Why in plin, prapid a line: xabs = vequ(x$)?