Click or drag to resize

Point3Multiply Operator (Double, Point3)

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 *(
	double c,
	Point3 a
)

Parameters

c
Type: SystemDouble

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

a
Type: Karamba.GeometryPoint3

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

Return Value

Type: Point3

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

See Also