Point3DfDivision Operator

CVB.Net Documentation
Division operator.

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

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

Parameters

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

Return Value

Type: Point3Df
Ratio of lhs and rhs.
See Also

Reference