scrgiorgio / Plasm.jl

MIT License
0 stars 0 forks source link

How to insert a Frame in VIEWCOMPLEX #14

Open apaoluzzi opened 3 hours ago

apaoluzzi commented 3 hours ago

It seems non possible to insert a FRAME2 or FRAME3 in pictures generated with VIEWCOMPLEX. Three examples in pure PLasM and FL follow:

VIEWCOMPLEX( LAR(MAP(CONS(alpha)∘S1)(INTERVALS(1)(32))) )
VIEWCOMPLEX( LAR(MAP(CONS(beta) ∘S1)(INTERVALS(1)(32))) )
VIEWCOMPLEX( LAR(MAP(CONS(gamma)∘S1)(INTERVALS(1)(32))) )

where

alpha = [cos ∘ (K(PI/2) * ID), sin ∘ (K(PI/2) * ID)];
beta  = [(K(1) - SQR)/(K(1) + SQR), (K(2) * ID)/(K(1) + SQR)]; 
gamma = [ID,sqrt ∘ (K(1) - (ID * ID))];
apaoluzzi commented 2 hours ago

I tested the code, but before that I got a bug on my text book, and now I'm not able to check again. Please give low priority to this, until I'm again able to run it correctly Thanks for your patience with me.