homog2d library
Public Member Functions | Public Attributes | List of all members
DummyTest Struct Reference

#include <mylib.hpp>

Public Member Functions

void foo ()
 

Public Attributes

h2d::Point2d pt
 

Member Function Documentation

◆ foo()

void DummyTest::foo ( )
10 {
11  pt.set(3,4);
12 }
h2d::Point2d pt
Definition: mylib.hpp:7
void set(T0 v0, T1 v1, T2 v2)
Assign homogeneous values.
Definition: homog2d.hpp:3888
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ pt

h2d::Point2d DummyTest::pt

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