op_Multiply
Point3D Multiply operator
实现运算符 *。
public static Point3D operator *(Point3D point, double scale)
范围 | 类型 | 描述 |
---|---|---|
点 | Point3D | 点。 |
比例 | Double | 比例。 |
返回值
运算符的结果。
实现运算符 *。
public static Point3D operator *(Point3D point, double scale)
范围 | 类型 | 描述 |
---|---|---|
点 | Point3D | 点。 |
比例 | Double | 比例。 |
运算符的结果。