M_Rhino_Geometry_Point3f_op_Multiply - 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 *(
Point3f point,
float value
)
VB
Public Shared Operator * (
point As Point3f,
value As Single
) As Point3f
- point
- Type: Rhino.Geometry.Point3f
A point. - value
- Type: System.Single
A value.
Type: Point3f
A new vector that is the multiplication of point by value.
Supported in: 6.0.16224.21491