Point3DfMultiply Operator (Point3Df, Point3Df)

CVB.Net Documentation
Multiplication operator. Gets the inner product of the given lhs and rhs.

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

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

Parameters

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

Return Value

Type: Single
Inner product of lhs and rhs.
See Also

Reference