M_Rhino_Geometry_Point3f_op_Multiply_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Multiplies a point by a factor.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Point3f operator *(
float value,
Point3f point
)
VB
Public Shared Operator * (
value As Single,
point As Point3f
) As Point3f
- value
- Type: System.Single
A value. - point
- Type: Rhino.Geometry.Point3f
A point.
Type: Point3f
A new vector that is the multiplication of point by value.
Supported in: 6.0.16224.21491