artofillusion.object
Class MeshVertex

java.lang.Object
  extended by artofillusion.object.MeshVertex
Direct Known Subclasses:
TriangleMesh.Vertex

public class MeshVertex
extends java.lang.Object

MeshVertex represents a vertex in a mesh object.


Field Summary
 int ikJoint
           
 double ikWeight
           
 Vec3 r
           
 
Constructor Summary
MeshVertex(MeshVertex v)
           
MeshVertex(Vec3 p)
           
 
Method Summary
static MeshVertex blend(MeshVertex v1, MeshVertex v2, double w1, double w2)
          Create a new MeshVertex which is a weighted average of two other ones.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

r

public Vec3 r

ikJoint

public int ikJoint

ikWeight

public double ikWeight
Constructor Detail

MeshVertex

public MeshVertex(Vec3 p)

MeshVertex

public MeshVertex(MeshVertex v)
Method Detail

blend

public static MeshVertex blend(MeshVertex v1,
                               MeshVertex v2,
                               double w1,
                               double w2)
Create a new MeshVertex which is a weighted average of two other ones.



Copyright © 1999-2011 by Peter Eastman.