Class TriMesh.VerticeIterator

  • Enclosing class:
    TriMesh

    public static class TriMesh.VerticeIterator
    extends java.lang.Object
    struct for iterating over the centers of triangles in a mesh
    • Constructor Detail

      • VerticeIterator

        public VerticeIterator​(long cPtr,
                               boolean cMemoryOwn)
      • VerticeIterator

        public VerticeIterator​(TriMesh mesh)
    • Method Detail

      • delete

        public void delete()
      • set_pos

        public void set_pos​(Vector3D value)
      • get_mesh

        public TriMesh get_mesh()
      • set_first

        public void set_first​(long value)
      • get_first

        public long get_first()
      • set_end

        public void set_end​(long value)
      • get_end

        public long get_end()
      • set_subIdx

        public void set_subIdx​(long value)
      • get_subIdx

        public long get_subIdx()
      • inc

        public void inc()