Point2f.Division Operator

Point2fDivision Operator

Divides a Point2f by a scalar.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
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: Point2f
A divided Point2f.
Version Information

Rhino for Windows

Supported in: 6.8
See Also