Creates a halfspace from the center point and the cosine and sine of the angle.

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

Syntax

C#
public Halfspace(
	Cartesian center,
	double cos0,
	double sin0
)
Visual C++
public:
Halfspace(
	Cartesian center, 
	double cos0, 
	double sin0
)
F#
new : 
        center:Cartesian * 
        cos0:float * 
        sin0:float -> Halfspace

Parameters

center
Type: Spherical..::..Cartesian

[Missing <param name="center"/> documentation for "M:Spherical.Halfspace.#ctor(Spherical.Cartesian,System.Double,System.Double)"]

cos0
Type: System..::..Double

[Missing <param name="cos0"/> documentation for "M:Spherical.Halfspace.#ctor(Spherical.Cartesian,System.Double,System.Double)"]

sin0
Type: System..::..Double

[Missing <param name="sin0"/> documentation for "M:Spherical.Halfspace.#ctor(Spherical.Cartesian,System.Double,System.Double)"]

See Also