uniqueT

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Kinematics and Frames
Introduced first in SolidGeometry 5.0, Creation date: 2020-12-30, Last change: 2025-09-15

returns the difference between 2 4x4 HT matrices

Description

p checks the distance of the origins
z checks the distance angle of the ez vectors
y checks the distance angle of the ey vectors
l checks the straight line distance angle of ez

See Also: diffangle , diffT , isequalT

Example Illustration

 missing image of uniqueT(T,check,thr)

Syntax

[T,ia,ic]=uniqueT(T,[check,thr])

Input Parameter

T: list of HT Matrix A
check: letters of distances to check default is 'pz'
thr: default 1e-4;

Property names

'last' : if 'last, not the first but the last T is used

Output Parameter

T: logical true
ia: index a
ic: index c

Examples


isequalT(eye(4),TofR(rot(0,0,pi/10),[0 0 1]))
isequalT(eye(4),TofR(rot(0,0,pi/10),[0 0 1]),'last')
isequalT(eye(4),TofR(rot(0,pi,pi/10),[0 0 1]),'last')




Copyright 2020-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