Syntax
[PS,C,R,P1,P2,P3,ei,mi]=checkfourbar3Poseattachpermutation(PS,[CPLE,GPL,m,exactCPL])
Input Parameter
PS : | | Pose; only PS.A and PS.B are used |
CPLE : | | optional CPLE or size of square |
GPL : | | Grid point list relative to origin or resolutin |
m : | | CPLE buffer buffer size or exact CPL |
exactCPL : | | false==outer boundary; true==exact CPLE; default is false |
Output Parameter
PS : | | [i j ellbow segment startangle endangle] |
C : | | Grid point list relative to origin size of GPL |
R : | | Radius of circle for each grid point size of GPL |
P1 : | | Grid point list relative to pose 1 size of GPL |
P2 : | | Grid point list relative to pose 2 size of GPL |
P3 : | | Grid point list relative to pose 3 size of GPL |
ei : | | index of Grid points with solution |
Examples
PS=Posesample(7); PS.CPLE=PLsquare(6,3);
[GPL,ki]=GPLauxgridpointsCL(PS.CPLE,0.5,.5); GPL=GPL(ki==1,:);
checkfourbar3Poseattachpermutation(PS,'',GPL)
checkfourbar3Poseattachpermutation(Posesample(7))
checkfourbar3Poseattachpermutation(Posesample(7),4)
checkfourbar3Poseattachpermutation(Posesample(7),4,5)
Copyright 2019-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