Sets the vector from another.

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

Syntax

C#
public void Set(
	Cartesian v,
	bool normalize
)
Visual C++
public:
void Set(
	Cartesian v, 
	bool normalize
)
F#
member Set : 
        v:Cartesian * 
        normalize:bool -> unit 

Parameters

v
Type: Spherical..::..Cartesian
Input vector
normalize
Type: System..::..Boolean
Flag determines whether the vector should be normalized

See Also