Uses of Class
org.jagatoo.loaders.models.bsp.lumps.BSPVertex

Packages that use BSPVertex
org.jagatoo.loaders.models.bsp   
org.jagatoo.loaders.models.bsp.lumps   
org.jagatoo.loaders.models.bsp.util   
 

Uses of BSPVertex in org.jagatoo.loaders.models.bsp
 

Fields in org.jagatoo.loaders.models.bsp declared as BSPVertex
 BSPVertex[] BSPScenePrototype.vertices
           
 

Methods in org.jagatoo.loaders.models.bsp that return BSPVertex
protected static BSPVertex[] BSPPrototypeLoader.readVertices(org.jagatoo.loaders.models.bsp.BSPFile file, BSPDirectory bspDir)
           
 

Methods in org.jagatoo.loaders.models.bsp with parameters of type BSPVertex
 NamedObject BSPVersionDataLoader46.convertFaceToGeometry(int faceIndex, BSPFace face, BSPVertex[] vertices, int[] meshVertices, GeometryFactory geomFactory, boolean convertZup2Yup, float worldScale)
          
 

Uses of BSPVertex in org.jagatoo.loaders.models.bsp.lumps
 

Methods in org.jagatoo.loaders.models.bsp.lumps that return BSPVertex
 BSPVertex BSPVertex.copy()
           
 

Methods in org.jagatoo.loaders.models.bsp.lumps with parameters of type BSPVertex
 void BSPVertex.add(BSPVertex v)
           
 void BSPVertex.avg(BSPVertex a, BSPVertex b)
           
 void BSPVertex.set(BSPVertex a)
           
 

Uses of BSPVertex in org.jagatoo.loaders.models.bsp.util
 

Fields in org.jagatoo.loaders.models.bsp.util declared as BSPVertex
 BSPVertex[] BezierPatch.controls
           
 BSPVertex[] PatchSurface.mPoints
           
 

Constructors in org.jagatoo.loaders.models.bsp.util with parameters of type BSPVertex
PatchSurface(BSPVertex[] cp, int controlx, int controly)