Squeak Class Documentation category index | class index  
 
B3DCameraPerspective
  category: Balloon3D-Viewing
  superclass: Object
  subclasses:

I represent a perspective projection.

Instance variables:
nearDistance <Float> Near clipping plane distance
farDistance <Float> Far clipping plane distance
fieldOfView <Float> The field of view covered by the perspective
aspectRatio <Float> The aspect ratio to be included

instance methods
  accessing
  aspectRatio
aspectRatio:
farDistance
farDistance:
fieldOfView
fieldOfView:
nearDistance
nearDistance:

  converting
  asFrustum
asMatrix4x4

class methods
  no messages
 

instance methods
  accessing top  
 

aspectRatio


 

aspectRatio:


 

farDistance


 

farDistance:


 

fieldOfView


 

fieldOfView:


 

nearDistance


 

nearDistance:


  converting top  
 

asFrustum


 

asMatrix4x4


class methods
  no messages top