python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Transformation Matrix between all points of surface after a rotation and translation
My question is simple but i can't remember the "transformation" formula:
I have a surface S in a 3d world. I know the coordinate of all four corners (P1, P2, P3, P4) where P1 is (x1, y1, z1)...

Yanez Diego Parolin
Votes: 0
Answers: 0
How to read txt files and convert into data frame using Apache Beam Python?
My txt file contains stock market data without any delimiter. So I have to transform that into structured columns and convert it into a data frame using the Apache beam python pipeline. Any help would...
Kartikey Garg
Votes: 0
Answers: 1
I want to create the list from the datasest and use in another function in palantir foundry but not able to find any solution
below code is working fine and its generating the 3 output when I am building the data sets in Palantir foundry
but my problem is that u can see the 1st and 2nd line of code there I have hardcoded the...
karthik gowda
Votes: 0
Answers: 1
XSLT Substring not woring
How to make XSLT substring-before second comma separate
for example the separator is ','
ex : Aban, aban, 22, 33
so the result should be
Aban, aban
and following numbers in other elements.
Joseph Marian
Votes: 0
Answers: 0