Package gov.nih.mipav.model.structures
Class ComputationalGeometry.Plane2
- java.lang.Object
-
- gov.nih.mipav.model.structures.ComputationalGeometry.Plane2
-
- Enclosing class:
- ComputationalGeometry
public class ComputationalGeometry.Plane2 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ComputationalGeometry.MyVector2normalComputationalGeometry.MyVector2pos
-
Constructor Summary
Constructors Constructor Description Plane2(ComputationalGeometry.MyVector2 pos, ComputationalGeometry.MyVector2 normal)
-
-
-
Field Detail
-
pos
public ComputationalGeometry.MyVector2 pos
-
normal
public ComputationalGeometry.MyVector2 normal
-
-
Constructor Detail
-
Plane2
public Plane2(ComputationalGeometry.MyVector2 pos, ComputationalGeometry.MyVector2 normal)
-
-