コード例 #1
0
 public static MathTransform ComposeTransform(this IMathUtility math, MathVector translate, double scale = 1.0)
 {
     return(math.ComposeTransform(math.XAxis(), math.YAxis(), math.ZAxis(), translate, scale));
 }