Sets the vector to be the sum of the specified points.

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

Syntax

C#
public void SetMiddlePoint(
	Cartesian p,
	Cartesian q,
	bool normalize
)
Visual C++
public:
void SetMiddlePoint(
	Cartesian p, 
	Cartesian q, 
	bool normalize
)
F#
member SetMiddlePoint : 
        p:Cartesian * 
        q:Cartesian * 
        normalize:bool -> unit 

Parameters

p
Type: Spherical..::..Cartesian
Input vector
q
Type: Spherical..::..Cartesian
Input vector
normalize
Type: System..::..Boolean
Flag determines whether the result is normalized

See Also