Point3f.Multiply Operator (Single, Point3f)

Point3fMultiply Operator (Single, Point3f)

Multiplies a point by a factor.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Point3f operator *(
	float value,
	Point3f point
)
Public Shared Operator * ( 
	value As Single,
	point As Point3f
) As Point3f

Parameters

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

Return Value

Type: Point3f
A new vector that is the multiplication of point by value.
Version Information

Rhino for Windows

Supported in: 6.8
See Also