Point3DfMultiply Operator (Single, Point3Df)

CVB.Net Documentation
Multiplication operator.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Point3Df operator *(
	float lhs,
	Point3Df rhs
)

Parameters

lhs
Type: SystemSingle
Left hand side operand.
rhs
Type: Stemmer.CvbPoint3Df
Right hand side operand.

Return Value

Type: Point3Df
Product of lhs and rhs.
See Also

Reference