Package gov.nih.mipav.model.structures
Class ComputationalGeometry.MyMeshVertex
java.lang.Object
gov.nih.mipav.model.structures.ComputationalGeometry.MyMeshVertex
- Enclosing class:
ComputationalGeometry
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionMyMeshVertex(ComputationalGeometry.MyVector3 position, ComputationalGeometry.MyVector3 normal) MyMeshVertex(ComputationalGeometry.MyVector3 position, ComputationalGeometry.MyVector3 normal, ComputationalGeometry.MyVector2 uv) -
Method Summary
-
Field Details
-
position
-
normal
-
uv
-
-
Constructor Details
-
MyMeshVertex
public MyMeshVertex(ComputationalGeometry.MyVector3 position, ComputationalGeometry.MyVector3 normal) -
MyMeshVertex
public MyMeshVertex(ComputationalGeometry.MyVector3 position, ComputationalGeometry.MyVector3 normal, ComputationalGeometry.MyVector2 uv)
-