The following code only produces an empty fan for me:
Code: Select all
$M33 = new Matrix([[0,0],[1,0],[2,0],[3,0],
[0,1],[1,1],[2,1],[3,1],
[0,2],[1,2],[2,2],[3,2],
[0,3],[1,3],[2,3],[3,3]]);
$VC33 = new VectorConfiguration(VECTORS=>$M33);
application "fan";
$SF33 = secondary_fan($VC33);