BRL-CAD
bn_tol Struct Reference

#include <tol.h>

Data Fields

uint32_t magic
 
double dist
 >= 0 More...
 
double dist_sq
 dist * dist More...
 
double perp
 nearly 0 More...
 
double para
 nearly 1 More...
 

Detailed Description

Definition at line 72 of file tol.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 73 of file tol.h.

◆ dist

double dist

>= 0

Definition at line 74 of file tol.h.

◆ dist_sq

double dist_sq

dist * dist

Definition at line 75 of file tol.h.

◆ perp

double perp

nearly 0

Definition at line 76 of file tol.h.

◆ para

double para

nearly 1

Definition at line 77 of file tol.h.


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