Python = np.cross(XYZ, ABC) ????
Solved
What is python 'CROSS' function equivalent expression in FME ?
Best answer by geomancer
It's all just a bit of math.
CrossProd_X = @Evaluate(@Value(Y)*@Value(C)-@Value(Z)*@Value(B))
CrossProd_Y = @Evaluate(@Value(Z)*@Value(A)-@Value(X)*@Value(C))
CrossProd_Z = @Evaluate(@Value(X)*@Value(B)-@Value(Y)*@Value(A))
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.