bitlib_c  0.2.4
Public Attributes | List of all members
Point Struct Reference

#include <point.h>

Public Attributes

double x
 
double y
 
struct Pointnext
 

Detailed Description

A struct for holding a single point in a linked list.

Member Data Documentation

◆ next

struct Point* Point::next

◆ x

double Point::x

◆ y

double Point::y

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