Krita Source Code Documentation
Loading...
Searching...
No Matches
center_grid Struct Reference

#include <nugrid.h>

Public Attributes

double a
 
double aInv
 
double b
 
double bInv
 
double center
 
grid_type code
 
double end
 
double even_half
 
int half_points
 
int num_points
 
bool odd
 
int odd_one
 
double *restrict points
 
int(* reverse_map )(void *grid, double x)
 
double start
 

Detailed Description

Definition at line 44 of file nugrid.h.

Member Data Documentation

◆ a

double center_grid::a

Definition at line 54 of file nugrid.h.

◆ aInv

double center_grid::aInv

Definition at line 54 of file nugrid.h.

◆ b

double center_grid::b

Definition at line 54 of file nugrid.h.

◆ bInv

double center_grid::bInv

Definition at line 54 of file nugrid.h.

◆ center

double center_grid::center

Definition at line 54 of file nugrid.h.

◆ code

grid_type center_grid::code

Definition at line 47 of file nugrid.h.

◆ end

double center_grid::end

Definition at line 48 of file nugrid.h.

◆ even_half

double center_grid::even_half

Definition at line 54 of file nugrid.h.

◆ half_points

int center_grid::half_points

Definition at line 55 of file nugrid.h.

◆ num_points

int center_grid::num_points

Definition at line 50 of file nugrid.h.

◆ odd

bool center_grid::odd

Definition at line 56 of file nugrid.h.

◆ odd_one

int center_grid::odd_one

Definition at line 55 of file nugrid.h.

◆ points

double* restrict center_grid::points

Definition at line 49 of file nugrid.h.

◆ reverse_map

int(* center_grid::reverse_map) (void *grid, double x)

Definition at line 51 of file nugrid.h.

◆ start

double center_grid::start

Definition at line 48 of file nugrid.h.


The documentation for this struct was generated from the following file: