Package gov.nih.mipav.model.structures
Class ComputationalGeometry.Plane3
- java.lang.Object
-
- gov.nih.mipav.model.structures.ComputationalGeometry.Plane3
-
- Enclosing class:
- ComputationalGeometry
public class ComputationalGeometry.Plane3 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ComputationalGeometry.MyVector3normalComputationalGeometry.MyVector3pos
-
Constructor Summary
Constructors Constructor Description Plane3(ComputationalGeometry.MyVector3 pos, ComputationalGeometry.MyVector3 normal)Plane3(ComputationalGeometry.MyVector3 p1, ComputationalGeometry.MyVector3 p2, ComputationalGeometry.MyVector3 p3)
-
-
-
Field Detail
-
pos
public ComputationalGeometry.MyVector3 pos
-
normal
public ComputationalGeometry.MyVector3 normal
-
-
Constructor Detail
-
Plane3
public Plane3(ComputationalGeometry.MyVector3 pos, ComputationalGeometry.MyVector3 normal)
-
Plane3
public Plane3(ComputationalGeometry.MyVector3 p1, ComputationalGeometry.MyVector3 p2, ComputationalGeometry.MyVector3 p3)
-
-