Main comment stating the purpose of this class and relevant relationship to other classes. Possible useful expressions for doIt or printIt. Structure: instVar1 type -- comment about the purpose of instVar1 instVar2 type -- comment about the purpose of instVar2 Any further useful comments about the general approach of this implementation.
degree
faces
faces:
halfedge
halfedge:
incidentEdges
tags
tags:
z
z:
asB3DVector3
asPoint
Answer the receiver itself.
printOn:
The receiver prints on aStream in terms of infix notation.
clearAllTags
clearTag:
setTag:
testTag:
isConnected
isDeadEnd
at:
Primitive. Assumes receiver is indexable. Answer the value of an indexable element in the receiver. Fail if the argument index is not an Integer or is out of bounds. Essential. See Object documentation whatIsAPrimitive.