Package | jp.nyatla.nyartoolkit.as3.core.transmat.rotmatrix |
Class | public class NyARRotVector |
Inheritance | NyARRotVector ![]() |
Property | Defined By | ||
---|---|---|---|
v1 : Number | NyARRotVector | ||
v2 : Number | NyARRotVector | ||
v3 : Number | NyARRotVector |
Method | Defined By | ||
---|---|---|---|
NyARRotVector | |||
[static]
int check_rotation( double rot[2][3] )
2つのベクトル引数の調整をする?
| NyARRotVector | ||
static int check_dir( double dir[3], double st[2], double ed[2],double cpara[3][4] ) Optimize:STEP[526->468]
ベクトルの開始/終了座標を指定して、ベクトルの方向を調整する。
| NyARRotVector | ||
2直線に直交するベクトルを計算する・・・だと思う。
| NyARRotVector |
v1 | property |
public var v1:Number
v2 | property |
public var v2:Number
v3 | property |
public var v3:Number
NyARRotVector | () | Constructor |
public function NyARRotVector(i_cmat:NyARPerspectiveProjectionMatrix)
i_cmat:NyARPerspectiveProjectionMatrix |
checkRotation | () | method |
public static function checkRotation(io_vec1:NyARRotVector, io_vec2:NyARRotVector):void
int check_rotation( double rot[2][3] ) 2つのベクトル引数の調整をする?
Parameters
io_vec1:NyARRotVector | |
io_vec2:NyARRotVector |
NyARException
|
checkVectorByVertex | () | method |
public function checkVectorByVertex(i_start_vertex:NyARDoublePoint2d, i_end_vertex:NyARDoublePoint2d):void
static int check_dir( double dir[3], double st[2], double ed[2],double cpara[3][4] ) Optimize:STEP[526->468] ベクトルの開始/終了座標を指定して、ベクトルの方向を調整する。
Parameters
i_start_vertex:NyARDoublePoint2d | |
i_end_vertex:NyARDoublePoint2d |
exteriorProductFromLinear | () | method |
public function exteriorProductFromLinear(i_linear1:NyARLinear, i_linear2:NyARLinear):void
2直線に直交するベクトルを計算する・・・だと思う。
Parameters
i_linear1:NyARLinear | |
i_linear2:NyARLinear |