Click or drag to resize

Point3fMultiply Operator (Point3f, Single)

Multiplies a point by a factor.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static Point3f operator *(
	Point3f point,
	float value
)

Parameters

point
Type: Rhino.GeometryPoint3f
A point.
value
Type: SystemSingle
A value.

Return Value

Type: Point3f
A new vector that is the multiplication of point by value.
See Also