artofillusion.object
Class MeshVertex
java.lang.Object
artofillusion.object.MeshVertex
- Direct Known Subclasses:
- TriangleMesh.Vertex
public class MeshVertex
- extends java.lang.Object
MeshVertex represents a vertex in a mesh object.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
r
public Vec3 r
ikJoint
public int ikJoint
ikWeight
public double ikWeight
MeshVertex
public MeshVertex(Vec3 p)
MeshVertex
public MeshVertex(MeshVertex v)
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.