Class MjCorticalMesh.Polylines

  • Enclosing class:
    MjCorticalMesh

    public static class MjCorticalMesh.Polylines
    extends java.lang.Object
    DOCUMENT ME!
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) javax.vecmath.Point3f[] akMVertex
      Array of mesh points.
      (package private) javax.vecmath.Point3f[] akPVertex
      Array of plane points.
      (package private) javax.vecmath.Point3f[] akSVertex
      Array of sphere points.
    • Constructor Summary

      Constructors 
      Constructor Description
      Polylines()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • akMVertex

        javax.vecmath.Point3f[] akMVertex
        Array of mesh points.
      • akPVertex

        javax.vecmath.Point3f[] akPVertex
        Array of plane points.
      • akSVertex

        javax.vecmath.Point3f[] akSVertex
        Array of sphere points.
    • Constructor Detail

      • Polylines

        public Polylines()