Package | jp.nyatla.nyartoolkit.as3.core.transmat |
Class | public class NyARTransMatResult |
Inheritance | NyARTransMatResult ![]() ![]() |
Subclasses | FLARTransMatResult |
Property | Defined By | ||
---|---|---|---|
error : Number
エラーレート。この値はINyARTransMatの派生クラスが使います。
| NyARTransMatResult | ||
has_value : Boolean = false | NyARTransMatResult | ||
![]() | m00 : Number | NyARDoubleMatrix34 | |
![]() | m01 : Number | NyARDoubleMatrix34 | |
![]() | m02 : Number | NyARDoubleMatrix34 | |
![]() | m03 : Number | NyARDoubleMatrix34 | |
![]() | m10 : Number | NyARDoubleMatrix34 | |
![]() | m11 : Number | NyARDoubleMatrix34 | |
![]() | m12 : Number | NyARDoubleMatrix34 | |
![]() | m13 : Number | NyARDoubleMatrix34 | |
![]() | m20 : Number | NyARDoubleMatrix34 | |
![]() | m21 : Number | NyARDoubleMatrix34 | |
![]() | m22 : Number | NyARDoubleMatrix34 | |
![]() | m23 : Number | NyARDoubleMatrix34 |
Method | Defined By | ||
---|---|---|---|
![]() | getValue(o_value:Vector.<Number>):void | NyARDoubleMatrix34 | |
getZXYAngle(o_out:NyARDoublePoint3d):void
この関数は、0-PIの間で値を返します。
| NyARTransMatResult | ||
![]() | setValue(i_value:Vector.<Number>):void | NyARDoubleMatrix34 | |
![]() | setValue_NyARDoubleMatrix34(i_value:NyARDoubleMatrix34):void | NyARDoubleMatrix34 | |
transformVertex_Number(i_x:Number, i_y:Number, i_z:Number, o_out:NyARDoublePoint3d):void | NyARTransMatResult | ||
NyARTransMatResult |
error | property |
public var error:Number
エラーレート。この値はINyARTransMatの派生クラスが使います。
has_value | property |
public var has_value:Boolean = false
getZXYAngle | () | method |
public function getZXYAngle(o_out:NyARDoublePoint3d):void
この関数は、0-PIの間で値を返します。
Parameters
o_out:NyARDoublePoint3d |
transformVertex_Number | () | method |
public function transformVertex_Number(i_x:Number, i_y:Number, i_z:Number, o_out:NyARDoublePoint3d):void
Parameters
i_x:Number | |
i_y:Number | |
i_z:Number | |
o_out:NyARDoublePoint3d |
transformVertex_NyARDoublePoint3d | () | method |
public function transformVertex_NyARDoublePoint3d(i_in:NyARDoublePoint3d, o_out:NyARDoublePoint3d):void
Parameters
i_in:NyARDoublePoint3d | |
o_out:NyARDoublePoint3d |