Tcross2T

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Analytical Geometry
Introduced first in SolidGeometry 1.0, Creation date: 2012-11-24, Last change: 2025-09-14

returns the crossing line HT of two defined planes T1 and T2

Description

if a crossing line of planes exist, it is calculated by this function


See Also: crossL , cross2L , crossT , cross2T

Example Illustration

 missing image of Tcross2T(T1,T2)

Syntax

TX=Tcross2T(T1,T2)

Input Parameter

T1: HT matrix 1 (plane), that describes a plane by an ez-Vector and a position p
T2: HT matrix 2 (plane), at describes a plane by an ez-Vector and a position p

Output Parameter

TX: HT matrix of the resulting straight line

Examples

Plot the crossing line of two planes
TX=Tcross2T (TA,TB)
tlplot (TX,'m',50)
[o,n]=distT(pa',TX), pla=pa'-o, pplot (pla,'r*',4)
[o,n]=distT(pb',TX), plb=pb'-o, pplot (plb,'r*',4)




Copyright 2012-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Last html export of this page out of FM database by TL: 2025-09-21