Class ComputationalGeometry.Matrix4x4

java.lang.Object
gov.nih.mipav.model.structures.ComputationalGeometry.Matrix4x4
Enclosing class:
ComputationalGeometry

public class ComputationalGeometry.Matrix4x4 extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (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

    Constructors
    Constructor
    Description
    Matrix4x4(WildMagic.LibFoundation.Mathematics.Vector4d vec1, WildMagic.LibFoundation.Mathematics.Vector4d vec2, WildMagic.LibFoundation.Mathematics.Vector4d vec3, WildMagic.LibFoundation.Mathematics.Vector4d vec4)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)