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
}
DummyTest::pt
h2d::Point2d pt
Definition:
mylib.hpp:7
h2d::base::LPBase::set
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:
misc/test_files/
mylib.hpp
misc/test_files/
mylib.cpp
Generated by
1.8.13