Packagejp.nyatla.nyartoolkit.as3.core.utils
Classpublic class NyARPerspectiveParamGenerator_O1
InheritanceNyARPerspectiveParamGenerator_O1 Inheritance Object



Protected Properties
 PropertyDefined By
  _height : int
NyARPerspectiveParamGenerator_O1
  _local_x : int
NyARPerspectiveParamGenerator_O1
  _local_y : int
NyARPerspectiveParamGenerator_O1
  _width : int
NyARPerspectiveParamGenerator_O1
Public Methods
 MethodDefined By
  
NyARPerspectiveParamGenerator_O1(i_local_x:int, i_local_y:int, i_width:int, i_height:int)
NyARPerspectiveParamGenerator_O1
  
getParam(i_vertex:Vector.<NyARIntPoint2d>, o_param:Vector.<Number>):Boolean
NyARPerspectiveParamGenerator_O1
Property Detail
_heightproperty
protected var _height:int

_local_xproperty 
protected var _local_x:int

_local_yproperty 
protected var _local_y:int

_widthproperty 
protected var _width:int

Constructor Detail
NyARPerspectiveParamGenerator_O1()Constructor
public function NyARPerspectiveParamGenerator_O1(i_local_x:int, i_local_y:int, i_width:int, i_height:int)



Parameters
i_local_x:int
 
i_local_y:int
 
i_width:int
 
i_height:int
Method Detail
getParam()method
public final function getParam(i_vertex:Vector.<NyARIntPoint2d>, o_param:Vector.<Number>):Boolean

Parameters

i_vertex:Vector.<NyARIntPoint2d>
 
o_param:Vector.<Number>

Returns
Boolean