Creates a halfspace from the center point and the cosine of the angle.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public Halfspace( Cartesian center, double cos0 ) |
Visual C++ |
---|
public: Halfspace( Cartesian center, double cos0 ) |
F# |
---|
new : center:Cartesian * cos0:float -> Halfspace |
Parameters
- center
- Type: Spherical..::..Cartesian
The center vector.
- cos0
- Type: System..::..Double
The cosine of radius.