Packageorg.ffilmation.engine.datatypes
Classpublic class fCoordinateOccupant

This object stores a renderable element and a coordinate in thie engine's coordinate system. Several methods in the engine return this.

See also

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


Public Properties
 PropertyDefined by
  coordinate : fPoint3d
Coordinate in element local coordinates
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 in element local coordinates

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