示例#1
0
 public KVector2 TransformNormalWL(KVector2 lDir)
 {
     return(KVector2.TransformNormal(lDir, MatWL));
 }
示例#2
0
 public KVector2 TransformNormalLW(KVector2 lDir)
 {
     return(KVector2.TransformNormal(lDir, MatLW));
 }