Package | jp.nyatla.nyartoolkit.as3.core.transmat.optimize |
Class | public class NyARPartialDifferentiationOptimize |
Inheritance | NyARPartialDifferentiationOptimize ![]() |
Method | Defined By | ||
---|---|---|---|
NyARPartialDifferentiationOptimize(i_projection_mat_ref:NyARPerspectiveProjectionMatrix) | NyARPartialDifferentiationOptimize | ||
modifyMatrix(io_rot:NyARDoubleMatrix33, i_trans:NyARDoublePoint3d, i_vertex3d:Vector.<NyARDoublePoint3d>, i_vertex2d:Vector.<NyARDoublePoint2d>, i_number_of_vertex:int):void | NyARPartialDifferentiationOptimize | ||
sincos2Rotation_ZXY(i_sincos:Vector.<TSinCosValue>, i_rot_matrix:NyARDoubleMatrix33):void | NyARPartialDifferentiationOptimize |
NyARPartialDifferentiationOptimize | () | Constructor |
public function NyARPartialDifferentiationOptimize(i_projection_mat_ref:NyARPerspectiveProjectionMatrix)
i_projection_mat_ref:NyARPerspectiveProjectionMatrix |
modifyMatrix | () | method |
public function modifyMatrix(io_rot:NyARDoubleMatrix33, i_trans:NyARDoublePoint3d, i_vertex3d:Vector.<NyARDoublePoint3d>, i_vertex2d:Vector.<NyARDoublePoint2d>, i_number_of_vertex:int):void
Parameters
io_rot:NyARDoubleMatrix33 | |
i_trans:NyARDoublePoint3d | |
i_vertex3d:Vector.<NyARDoublePoint3d> | |
i_vertex2d:Vector.<NyARDoublePoint2d> | |
i_number_of_vertex:int |
sincos2Rotation_ZXY | () | method |
public function sincos2Rotation_ZXY(i_sincos:Vector.<TSinCosValue>, i_rot_matrix:NyARDoubleMatrix33):void
Parameters
i_sincos:Vector.<TSinCosValue> | |
i_rot_matrix:NyARDoubleMatrix33 |