threeD.raytracer.primitives
Class Mesh.Vertex
java.lang.Object
threeD.raytracer.util.Vector
threeD.raytracer.primitives.Mesh.Vertex
- All Implemented Interfaces:
- java.lang.Cloneable
- Enclosing class:
- Mesh
- protected static class Mesh.Vertex
- extends Vector
| Methods inherited from class threeD.raytracer.util.Vector |
add, addTo, clone, crossProduct, divide, divideBy, dotProduct, equals, getX, getY, getZ, hashCode, length, lengthSq, minus, multiply, multiplyBy, setX, setY, setZ, subtract, subtractFrom, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Mesh.Vertex
public Mesh.Vertex(Vector p)
setNormal
public void setNormal(Vector n)
getNormal
public Vector getNormal()
addNormal
public void addNormal(Vector n)
removeNormal
public void removeNormal(Vector n)
Copyright 2003-05 Mike Murray