Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for pixel iso angle #25

Open
FabrizioC opened this issue May 1, 2014 · 1 comment
Open

Add support for pixel iso angle #25

FabrizioC opened this issue May 1, 2014 · 1 comment

Comments

@FabrizioC
Copy link

First of all: Thanks, great job!

According to this schema: http://www.sastgroup.com/images/iso-angles.gif adding a parameter in Isomer initialization the "real" iso angle or "best for pixel representation" iso angle could be selected, e.g.:

if ( options.isotype == 'pixelperfect' )
  this.angle = Math.atan(0.5);
else
  this.angle = Math.pi/6;

... or something like this.

@grant
Copy link

grant commented May 4, 2014

👍 That would be sweet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants