New coordinate system and point location in new system

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
AliKaragisi
Messages
2
Reaction score
0
hi all,
firstly i need to calculate point location in new coordinate system. ı have 2 line segments and a point(x,y,z) in word cartesian coordinates system. For example, my first line segment is (0,0,5) , (50,0,3) locations and second line segment is (0,6,3),(0,-6,7) locations in cartesian coordinates. My purpose is that ı want to set my new coordinate system using line segments. These segments are verticaly intersect.
 

Attachments

  • EN.PNG
    EN.PNG
    7.5 KB · Views: 205
  • BOY.PNG
    BOY.PNG
    3.4 KB · Views: 203
  • ISO.PNG
    ISO.PNG
    2.6 KB · Views: 208
Physics news on Phys.org
Hello Ali, ##\qquad## :welcome: ##\qquad## !

Not completeley clear what you want to do from your description.
AliKaragisi said:
These segments are verticaly intersect
You mean 'intersect perpendicularly ?' Do they ?
 
Last edited:
YES, this segments is perpendicular. in fact, i have two perpendicular segments in word cordinate system and this segments rotated with angle. ı need to set coordinate system on this segments. After set new corrdinate system, segments don't have angle. my purpose is calculating point(x,y,z) coordinates in new coordinate sysem. İ tried vektorel transformation but this method is very slow for my software.