Packagecom.panosalado.model
Classpublic final class DependentViewData
InheritanceDependentViewData Inheritance ViewData Inheritance flash.display.Sprite



Public Properties
 PropertyDefined by
 Inherited_boundsHeight : Number
Height of panorama.
ViewData
 InheritedboundsHeight : Number
Height of rendered panorama.
ViewData
 Inherited_boundsWidth : Number
Width of panorama.
ViewData
 InheritedboundsWidth : Number
Width of rendered panorama.
ViewData
 Inherited_fieldOfView : Number
Field of view.
ViewData
  fieldOfView : Number
DependentViewData
 InheritedfrustumBottom : Vector3D
Bottom frustum plane as determined by field of view.
ViewData
 InheritedfrustumLeft : Vector3D
Left frustum plane as determined by field of view.
ViewData
 InheritedfrustumRight : Vector3D
Right frustum plane as determined by field of view.
ViewData
 InheritedfrustumTop : Vector3D
Top frustum plane as determined by field of view.
ViewData
  independent : ViewData
DependentViewData
 Inheritedinvalid : Boolean
Invalidation flag for all properties.
ViewData
 InheritedinvalidPerspective : Boolean
Invalidation flag for field of view, boundsWidth and boundsHeight, which determine perspectiveProjection and perspectiveMatrix3D
ViewData
 InheritedinvalidTransform : Boolean
Invalidation flag for pan and tilt, which determine the transformMatrix3D
ViewData
 Inherited_maximumFieldOfView : Number
Maximum field of view.
ViewData
 InheritedmaximumFieldOfView : Number
maximumFieldOfView
ViewData
 Inherited_maximumPan : Number
Maximum pan.
ViewData
 InheritedmaximumPan : Number
maximumPan
ViewData
 Inherited_maximumTilt : Number
Maximum tilt.
ViewData
 InheritedmaximumTilt : Number
maximumTilt
ViewData
 Inherited_minimumFieldOfView : Number
Minimum field of view.
ViewData
 InheritedminimumFieldOfView : Number
minimumFieldOfView
ViewData
 Inherited_minimumPan : Number
Minimum pan.
ViewData
 InheritedminimumPan : Number
minimumPan
ViewData
 Inherited_minimumTilt : Number
Minimum tilt.
ViewData
 InheritedminimumTilt : Number
minimumTilt
ViewData
 Inherited_pan : Number
Pan angle.
ViewData
  pan : Number
DependentViewData
 Inherited_path : String
Path for panorama.
ViewData
 Inheritedpath : String
Path.
ViewData
 InheritedperspectiveMatrix3D : Matrix3D
Matrix3D from perspectiveProjection.toMatrix3d().
ViewData
 InheritedperspectiveProjection : PerspectiveProjection
PerspectiveProjection set from field of view, boundsWidth and boundsHeight.
ViewData
 InheritedpixelsPerDegree : Number
Pixels per degree as determined from field of view, boundsWidth and boundsHeight.
ViewData
 InheritedsecondaryViewData : DependentViewData
Secondary ViewData, which is used for the secondary (outgoing) panorama.
ViewData
 Inherited_tierThreshold : Number
Tier threshold.
ViewData
 InheritedtierThreshold : Number
Tier Threshold.
ViewData
 Inherited_tile : Tile
Tile.
ViewData
 Inheritedtile : Tile
The root tile in the tile linked list data structure.
ViewData
 Inherited_tilt : Number
Tilt angle.
ViewData
  tilt : Number
DependentViewData
 InheritedtransformMatrix3D : Matrix3D
Matrix3D recomposed from pan and tilt angles.
ViewData
Protected Properties
 PropertyDefined by
 Inheritedconstructed : Boolean
ViewData
  _fieldOfViewOffset : Number
DependentViewData
  _panOffset : Number
DependentViewData
  _tierThresholdOffset : Number
DependentViewData
  _tiltOffset : Number
DependentViewData
Public Methods
 MethodDefined by
  
DependentViewData
 Inherited
clone(into:ViewData = null):ViewData
Clones the properties of this view data object into another.
ViewData
Public Constants
 ConstantDefined by
  MAXIMUM_FOV : Number = 179.99
[static]
DependentViewData
  MINIMUM_FOV : Number = 0.01
[static]
DependentViewData
Property detail
fieldOfViewproperty
fieldOfView:Number  [read-write]Implementation
    public function get fieldOfView():Number
    public function set fieldOfView(value:Number):void
_fieldOfViewOffsetproperty 
protected var _fieldOfViewOffset:Number
independentproperty 
public var independent:ViewData
panproperty 
pan:Number  [read-write]Implementation
    public function get pan():Number
    public function set pan(value:Number):void
_panOffsetproperty 
protected var _panOffset:Number
_tierThresholdOffsetproperty 
protected var _tierThresholdOffset:Number
tiltproperty 
tilt:Number  [read-write]Implementation
    public function get tilt():Number
    public function set tilt(value:Number):void
_tiltOffsetproperty 
protected var _tiltOffset:Number
Constructor detail
DependentViewData()constructor
public function DependentViewData(independent:ViewData)Parameters
independent:ViewData
Constant detail
MAXIMUM_FOVconstant
public static const MAXIMUM_FOV:Number = 179.99
MINIMUM_FOVconstant 
public static const MINIMUM_FOV:Number = 0.01