Package gov.nih.mipav.model.structures
Class ComputationalGeometry.MyMeshVertex
- java.lang.Object
-
- gov.nih.mipav.model.structures.ComputationalGeometry.MyMeshVertex
-
- Enclosing class:
- ComputationalGeometry
public class ComputationalGeometry.MyMeshVertex extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ComputationalGeometry.MyVector3normalComputationalGeometry.MyVector3positionComputationalGeometry.MyVector2uv
-
Constructor Summary
Constructors Constructor Description MyMeshVertex(ComputationalGeometry.MyVector3 position, ComputationalGeometry.MyVector3 normal)MyMeshVertex(ComputationalGeometry.MyVector3 position, ComputationalGeometry.MyVector3 normal, ComputationalGeometry.MyVector2 uv)
-
-
-
Field Detail
-
position
public ComputationalGeometry.MyVector3 position
-
normal
public ComputationalGeometry.MyVector3 normal
-
uv
public ComputationalGeometry.MyVector2 uv
-
-
Constructor Detail
-
MyMeshVertex
public MyMeshVertex(ComputationalGeometry.MyVector3 position, ComputationalGeometry.MyVector3 normal)
-
MyMeshVertex
public MyMeshVertex(ComputationalGeometry.MyVector3 position, ComputationalGeometry.MyVector3 normal, ComputationalGeometry.MyVector2 uv)
-
-