Package gov.nih.mipav.model.structures
Class ComputationalGeometry.Matrix4x4
java.lang.Object
gov.nih.mipav.model.structures.ComputationalGeometry.Matrix4x4
- Enclosing class:
ComputationalGeometry
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) WildMagic.LibFoundation.Mathematics.Vector4d(package private) WildMagic.LibFoundation.Mathematics.Vector4d(package private) WildMagic.LibFoundation.Mathematics.Vector4d(package private) WildMagic.LibFoundation.Mathematics.Vector4d -
Constructor Summary
ConstructorsConstructorDescriptionMatrix4x4(WildMagic.LibFoundation.Mathematics.Vector4d vec1, WildMagic.LibFoundation.Mathematics.Vector4d vec2, WildMagic.LibFoundation.Mathematics.Vector4d vec3, WildMagic.LibFoundation.Mathematics.Vector4d vec4) -
Method Summary
-
Field Details
-
vec1
WildMagic.LibFoundation.Mathematics.Vector4d vec1 -
vec2
WildMagic.LibFoundation.Mathematics.Vector4d vec2 -
vec3
WildMagic.LibFoundation.Mathematics.Vector4d vec3 -
vec4
WildMagic.LibFoundation.Mathematics.Vector4d vec4
-
-
Constructor Details
-
Matrix4x4
public Matrix4x4(WildMagic.LibFoundation.Mathematics.Vector4d vec1, WildMagic.LibFoundation.Mathematics.Vector4d vec2, WildMagic.LibFoundation.Mathematics.Vector4d vec3, WildMagic.LibFoundation.Mathematics.Vector4d vec4)
-