Determines whether the region covers the specified point on the unit sphere.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public bool Contains( Cartesian p, double costol, double sintol ) |
Visual C++ |
---|
public: bool Contains( Cartesian p, double costol, double sintol ) |
F# |
---|
member Contains : p:Cartesian * costol:float * sintol:float -> bool |
Parameters
- p
- Type: Spherical..::..Cartesian
The unit vector.
- costol
- Type: System..::..Double
The cosine of the tolerance.
- sintol
- Type: System..::..Double
The sine of the tolerance.
Return Value
[Missing <returns> documentation for "M:Spherical.Region.Contains(Spherical.Cartesian,System.Double,System.Double)"]