コード例 #1
0
ファイル: KTransform.cs プロジェクト: LodrikMtl/PhySim2D
 public KVector2 TransformNormalWL(KVector2 lDir)
 {
     return(KVector2.TransformNormal(lDir, MatWL));
 }
コード例 #2
0
ファイル: KTransform.cs プロジェクト: LodrikMtl/PhySim2D
 public KVector2 TransformNormalLW(KVector2 lDir)
 {
     return(KVector2.TransformNormal(lDir, MatLW));
 }