Returns the tangent vectors pointing to west and north.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public void Tangent( out Cartesian west, out Cartesian north ) |
Visual C++ |
---|
public: void Tangent( [OutAttribute] Cartesian% west, [OutAttribute] Cartesian% north ) |
F# |
---|
member Tangent : west:Cartesian byref * north:Cartesian byref -> unit |
Parameters
- west
- Type: Spherical..::..Cartesian%
The west vector.
- north
- Type: Spherical..::..Cartesian%
The north vector.