Squeak Class Documentation category index | class index  
 
B3DSimpleMeshFace
  category: Balloon3D-Meshes
  superclass: B3DGeometry
  subclasses:

No comment. Sorry.

instance methods
  accessing
  first
fourth
normal
normal:
second
third
vertices
vertices:

  converting
  transformedBy:

  enumerating
  do:
trianglesDo:
vertexPositionsDo:

  misc
  assureVertexNormals

  private
  computeFaceNormal
with:with:with:
with:with:with:with:
withAll:

  rendering
  renderOn:

  testing
  hasTextureCoords
hasVertexColors
isDegenerate

class methods
  instance creation
  with:with:with:
with:with:with:with:
withAll:

instance methods
  accessing top  
 

first


 

fourth


 

normal


 

normal:


 

second


 

third


 

vertices


 

vertices:


  converting top  
 

transformedBy:

Return a copy of the receiver with its vertices transformed by the given matrix


  enumerating top  
 

do:


 

trianglesDo:

Evaluate aBlock with triangular faces


 

vertexPositionsDo:


  misc top  
 

assureVertexNormals


  private top  
 

computeFaceNormal


 

with:with:with:


 

with:with:with:with:


 

withAll:


  rendering top  
 

renderOn:


  testing top  
 

hasTextureCoords


 

hasVertexColors


 

isDegenerate


class methods
  instance creation top  
 

with:with:with:


 

with:with:with:with:


 

withAll: