Squeak Class Documentation category index | class index  
 
B3DVector4
  category: Balloon3D-Vectors
  superclass: B3DFloatArray
  subclasses:

I represent 3D points in homogenous coordinates.

instance methods
  accessing
  w
w:
x
x:
y
y:
z
z:

  converting
  asB3DVector3
asB3DVector4

  initialize
  x:y:z:w:

  private
  privateLoadFrom:

class methods
  instance creation
  numElements
x:y:z:
x:y:z:w:
zero

instance methods
  accessing top  
 

w


 

w:


 

x


 

x:


 

y


 

y:


 

z


 

z:


  converting top  
 

asB3DVector3


 

asB3DVector4


  initialize top  
 

x:y:z:w:


  private top  
 

privateLoadFrom:

Load the receiver from the given source object.


class methods
  instance creation top  
 

numElements


 

x:y:z:


 

x:y:z:w:


 

zero