Skip to content
Snippets Groups Projects
Commit 5a597010 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Removed unneeded field.

parent 77ca1ae8
No related branches found
No related tags found
No related merge requests found
......@@ -136,9 +136,6 @@ public class EllipticalFieldOfView extends SmoothFieldOfView {
/** Unit vector along major axis. */
private final Vector3D u;
/** Unit vector along minor axis. */
private final Vector3D v;
/** First focus. */
private final Vector3D focus1;
......@@ -191,6 +188,7 @@ public class EllipticalFieldOfView extends SmoothFieldOfView {
super(center, primaryMeridian, margin);
final Vector3D v;
final double b;
if (halfApertureAlongX >= halfApertureAlongY) {
u = getX();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment