Skip to content

Point3f.Multiply (Point3f, Single)

Public Operator

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.Geometry.Point3f
A point.

value

Type:System.Single
A value.

Return Value

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