Packageorg.ffilmation.engine.datatypes
Classpublic class fCoordinateOccupant

This object stores the return value for the fScene.translateStageCoordsToElement method

See also

org.ffilmation.engine.core.fScene.translateStageCoordsToElements()


Public Properties
 PropertyDefined by
  coordinate : fPoint3d
Coordinate corresponding to the input Stage coordinate
fCoordinateOccupant
  element : fRenderableElement
Element that occupies the coordinate
fCoordinateOccupant
Public Methods
 MethodDefined by
  
fCoordinateOccupant(element:fRenderableElement, x:Number, y:Number, z:Number)
Constructor for the fCoordinateOccupant class
fCoordinateOccupant
Property detail
coordinateproperty
public var coordinate:fPoint3d

Coordinate corresponding to the input Stage coordinate

elementproperty 
public var element:fRenderableElement

Element that occupies the coordinate

Constructor detail
fCoordinateOccupant()constructor
public function fCoordinateOccupant(element:fRenderableElement, x:Number, y:Number, z:Number)

Constructor for the fCoordinateOccupant class

Parameters
element:fRenderableElement
 
x:Number
 
y:Number
 
z:Number