Point3fMultiply Operator (Point3f, Single) |
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
)
Public Shared Operator * (
point As Point3f,
value As Single
) As Point3f
Parameters
- point
- Type: Rhino.GeometryPoint3f
A point. - value
- Type: SystemSingle
A value.
Return Value
Type:
Point3fA new vector that is the multiplication of point by value.
See Also