#include <geometry.h>
|
| Reflect (float angle=0, float x0=0, float y0=1) |
|
float | x (float x, float y) const |
|
float | y (float x, float y) const |
|
Definition at line 64 of file geometry.h.
◆ Reflect()
minsky::Reflect::Reflect |
( |
float |
angle = 0 , |
|
|
float |
x0 = 0 , |
|
|
float |
y0 = 1 |
|
) |
| |
|
inline |
Definition at line 69 of file geometry.h.
References xx, xy, yx, and yy.
71 Point c1=r(-1,0), c2=r(0,1);
72 Point r1=r(c1.x(), c2.x()), r2=r(c1.y(),c2.y());
boost::geometry::model::d2::point_xy< float > Point
◆ x()
float minsky::Reflect::x |
( |
float |
x, |
|
|
float |
y |
|
) |
| const |
|
inline |
Definition at line 78 of file geometry.h.
References x0, xx, y(), y0, and yx.
Referenced by y().
float x(float x, float y) const
float y(float x, float y) const
◆ y()
float minsky::Reflect::y |
( |
float |
x, |
|
|
float |
y |
|
) |
| const |
|
inline |
Definition at line 81 of file geometry.h.
References x(), x0, xy, y0, and yy.
Referenced by x().
float x(float x, float y) const
float y(float x, float y) const
◆ x0
float minsky::Reflect::x0 |
|
private |
◆ xx
float minsky::Reflect::xx |
|
private |
◆ xy
float minsky::Reflect::xy |
|
private |
◆ y0
float minsky::Reflect::y0 |
|
private |
◆ yx
float minsky::Reflect::yx |
|
private |
◆ yy
float minsky::Reflect::yy |
|
private |
The documentation for this class was generated from the following file: