VectorMultiply 方法 (Vector, Vector) |
Multiply - Returns the dot product: vector1.X*vector2.X + vector1.Y*vector2.Y
命名空间:
CPF.Drawing
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public static float Multiply(
Vector vector1,
Vector vector2
)
参数
- vector1
- 类型:CPF.DrawingVector
The first Vector - vector2
- 类型:CPF.DrawingVector
The second Vector
返回值
类型:
Single
Returns the dot product: vector1.X*vector2.X + vector1.Y*vector2.Y
参见