ocssw
V2022
|
isinfor.c File Reference
#include <stdlib.h>
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include "oli_cproj.h"
#include "isin.h"
#include "oli_local.h"
Include dependency graph for isinfor.c:
Go to the source code of this file.
Functions | |
long | isinusforinit (double sphere, double lon_cen_mer, double false_east, double false_north, double dzone, double djustify) |
Isin_t * | Isin_for_init (double sphere, double lon_cen_mer, double false_east, double false_north, long nrow, int ijustify) |
long | isinusfor (double lon, double lat, double *x, double *y) |
int | Isin_fwd (const Isin_t *this, double lon, double lat, double *x, double *y) |
int | Isin_for_free (Isin_t *this) |
Function Documentation
◆ Isin_for_free()
◆ Isin_for_init()
Isin_t* Isin_for_init | ( | double | sphere, |
double | lon_cen_mer, | ||
double | false_east, | ||
double | false_north, | ||
long | nrow, | ||
int | ijustify | ||
) |
◆ Isin_fwd()
◆ isinusfor()
long isinusfor | ( | double | lon, |
double | lat, | ||
double * | x, | ||
double * | y | ||
) |