Computes the cross product with another vector

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

Syntax

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

Parameters

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

Return Value

Cross product

See Also