Skip to content

Point3f.Multiply (Single, Point3f)

Public Operator

Multiplies a point by a factor.

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**6.0

Syntax

public static Point3f operator *(
float value,
Point3f point
)

Parameters

value

Type:System.Single
A value.

point

Type: Rhino.Geometry.Point3f
A point.

Return Value

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