Returns middle point of two points (this and that)

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public Cartesian GetMiddlePoint(
	Cartesian that,
	bool normalize
)
Visual C++
public:
Cartesian GetMiddlePoint(
	Cartesian that, 
	bool normalize
)
F#
member GetMiddlePoint : 
        that:Cartesian * 
        normalize:bool -> Cartesian 

Parameters

that
Type: Spherical..::..Cartesian
The other input point
normalize
Type: System..::..Boolean
Flag determines whether the result is normalized

Return Value

Middle point

See Also