Also wie schreibe ich das dann jetzt untereinander ? So:
Code
local pStart = {-30, 0, 0}
local pEnd = {-33.5, 0.6, 0}
local pStart = {-33.5, 0.6, 0}
local pEnd = {-36.5, 2.7, 0}
local pStart = {-36.5, 2.7, 0}
local pEnd = {-59.5.5, 25.5, 0}
local t = {pEnd[1] - pStart[1], pEnd[2] - pStart[2], pEnd[3] - pStart[3]}
Und was bedeutet die untere Zeile:
Was bedeutet "wenn ich Vectoren bentze" ?
Und wie berechnet man es bei Kurven ?