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

No comment. Sorry.

instance methods
  accessing
  flags
flags:
p1Index
p1Index:
p2Index
p2Index:
p3Index
p3Index:

  initialize
  with:with:with:

  printing
  printOn:

  private
  replaceFrom:to:with:startingAt:

  testing
  includesIndex:
isDegenerate

class methods
  instance creation
  new
numElements
with:with:with:

instance methods
  accessing top  
 

flags


 

flags:


 

p1Index


 

p1Index:


 

p2Index


 

p2Index:


 

p3Index


 

p3Index:


  initialize top  
 

with:with:with:


  printing top  
 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


  private top  
 

replaceFrom:to:with:startingAt:

Primitive. This destructively replaces elements from start to stop in the receiver starting at index, repStart, in the collection, replacement. Answer the receiver. Range checks are performed in the primitive only. Optional. See Object documentation whatIsAPrimitive.


  testing top  
 

includesIndex:


 

isDegenerate


class methods
  instance creation top  
 

new

Answer a new instance of the receiver (which is a class) with no indexable variables. Fail if the class is indexable.


 

numElements


 

with:with:with: