op_Division
Vector2 Division operator
Vector2 的除法运算符
public static Vector2 operator /(Vector2 lhs, double rhs)
范围 | 类型 | 描述 |
---|---|---|
lhs | Vector2 | 左侧值。 |
rhs | Double | 右手边的值。 |
返回值
分裂的结果。
也可以看看
- struct Vector2
- 命名空间 Aspose.ThreeD.Utilities
- 部件 Aspose.3D
Vector2 的除法运算符
public static Vector2 operator /(Vector2 lhs, double rhs)
范围 | 类型 | 描述 |
---|---|---|
lhs | Vector2 | 左侧值。 |
rhs | Double | 右手边的值。 |
分裂的结果。