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

No comment. Sorry.

instance methods
  accessing
  flags

  initialize
  with:with:with:with:

  printing
  printOn:

  private
  replaceFrom:to:with:startingAt:

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

instance methods
  accessing top  
 

flags


  initialize top  
 

with: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.


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:with: