Click or drag to resize

Point3Multiply Operator (Point3, Double)

Multiply vector by constant.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Point3 operator *(
	Point3 a,
	double c
)

Parameters

a
Type: Karamba.GeometryPoint3

[Missing <param name="a"/> documentation for "M:Karamba.Geometry.Point3.op_Multiply(Karamba.Geometry.Point3,System.Double)"]

c
Type: SystemDouble

[Missing <param name="c"/> documentation for "M:Karamba.Geometry.Point3.op_Multiply(Karamba.Geometry.Point3,System.Double)"]

Return Value

Type: Point3

[Missing <returns> documentation for "M:Karamba.Geometry.Point3.op_Multiply(Karamba.Geometry.Point3,System.Double)"]

See Also