artofillusion
Class WireframeMesh

java.lang.Object
  extended by artofillusion.WireframeMesh

public class WireframeMesh
extends java.lang.Object


Field Summary
 int[] from
           
 int[] to
           
 Vec3[] vert
           
 
Constructor Summary
WireframeMesh(Vec3[] vert, int[] from, int[] to)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vert

public Vec3[] vert

from

public int[] from

to

public int[] to
Constructor Detail

WireframeMesh

public WireframeMesh(Vec3[] vert,
                     int[] from,
                     int[] to)


Copyright © 1999-2011 by Peter Eastman.