Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public static Point2f operator /(
Point2f a,
float b
)
Public Shared Operator / (
a As Point2f,
b As Single
) As Point2f
Parameters
- a
- Type: Rhino.GeometryPoint2f
First point. - b
- Type: SystemSingle
Scalar.
Return Value
Type:
Point2fA divided Point2f.
See Also