Skip to content

M_Rhino_Geometry_Point3f_op_Multiply_1

Will Pearson edited this page Aug 12, 2016 · 1 revision

Point3f.Multiply Operator (Single, Point3f)

Multiplies a point by a factor.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

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

VB

Public Shared Operator * ( 
	value As Single,
	point As Point3f
) As Point3f

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.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Point3f Structure
Multiply Overload
Rhino.Geometry Namespace

Clone this wiki locally