M_Rhino_Geometry_Point4d_Multiply - mcneel/rhinocommon-api-docs GitHub Wiki

Point4d.Multiply Method

Multiplies a point by a number. (Provided for languages that do not support operator overloading. You can use the * operator otherwise)

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

Syntax

C#

public static Point4d Multiply(
	Point4d point,
	double d
)

VB

Public Shared Function Multiply ( 
	point As Point4d,
	d As Double
) As Point4d

Parameters

 

point
Type: Rhino.Geometry.Point4d
A point.
d
Type: System.Double
A number.

Return Value

Type: Point4d
A new point that results from the coordinatewise multiplication of point with d.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point4d Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️