YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Data Fields
yac_circle Struct Reference

#include <geometry.h>

Collaboration diagram for yac_circle:
Collaboration graph

Data Fields

enum yac_circle_type type
 
union { 
 
   struct { 
 
      double   norm_vector [3] 
 
   }   gc 
 
   struct { 
 
      double   norm_vector [3] 
 
   }   lon 
 
   struct { 
 
      int   north_is_out 
 
      double   z 
 
   }   lat 
 
   struct { 
 
      double   vec [3] 
 
   }   p 
 
data 
 

Detailed Description

Examples
test_circle.c.

Definition at line 81 of file geometry.h.

Field Documentation

◆ [union]

union { ... } yac_circle::data

◆ [struct]

struct { ... } yac_circle::gc

◆ [struct]

struct { ... } yac_circle::lat
Examples
test_circle.c.

◆ [struct]

struct { ... } yac_circle::lon
Examples
test_circle.c.

◆ norm_vector

double yac_circle::norm_vector[3]

Definition at line 86 of file geometry.h.

◆ north_is_out

int yac_circle::north_is_out

Definition at line 89 of file geometry.h.

◆ [struct]

struct { ... } yac_circle::p
Examples
test_circle.c.

◆ type

enum yac_circle_type yac_circle::type

Definition at line 82 of file geometry.h.

◆ vec

double yac_circle::vec[3]

Definition at line 93 of file geometry.h.

◆ z

double yac_circle::z

Definition at line 90 of file geometry.h.


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