Well, what can one say about a straight line?
More...
#include <>>
List of all members.
Detailed Description
Well, what can one say about a straight line?
Definition at line 31 of file line.h.
Constructor & Destructor Documentation
Member Function Documentation
Apply a transformation to the line.
- Parameters:
-
- Returns:
- a reference to itself
Definition at line 117 of file line.cpp.
Apply a transformation to the line wrt.
the reference CS.
- Parameters:
-
- Returns:
- a reference to itself
Definition at line 130 of file line.cpp.
Line & fawkes::Line::rotate_x |
( |
float |
angle | ) |
|
Rotate the object around the x-axis of its CS.
- Parameters:
-
- Returns:
- a reference to *this
Definition at line 173 of file line.cpp.
Line & fawkes::Line::rotate_x_ref |
( |
float |
angle | ) |
|
Rotate the object around the x-axis of the reference CS.
- Parameters:
-
- Returns:
- a reference to *this
Definition at line 212 of file line.cpp.
Line & fawkes::Line::rotate_y |
( |
float |
angle | ) |
|
Rotate the object around the y-axis of its CS.
- Parameters:
-
- Returns:
- a reference to *this
Definition at line 186 of file line.cpp.
Line & fawkes::Line::rotate_y_ref |
( |
float |
angle | ) |
|
Rotate the object around the y-axis of the reference CS.
- Parameters:
-
- Returns:
- a reference to *this
Definition at line 225 of file line.cpp.
Line & fawkes::Line::rotate_z |
( |
float |
angle | ) |
|
Rotate the object around the z-axis of its CS.
- Parameters:
-
- Returns:
- a reference to *this
Definition at line 199 of file line.cpp.
Line & fawkes::Line::rotate_z_ref |
( |
float |
angle | ) |
|
Rotate the object around the z-axis of the reference CS.
- Parameters:
-
- Returns:
- a reference to *this
Definition at line 238 of file line.cpp.
Line & fawkes::Line::trans |
( |
float |
trans_x, |
|
|
float |
trans_y, |
|
|
float |
trans_z |
|
) |
| |
Translate the object wrt.
its local CS.
- Parameters:
-
trans_x | translation along the x-axis |
trans_y | translation along the y-axis |
trans_z | translation along the z-axis |
- Returns:
- a reference to *this
Definition at line 145 of file line.cpp.
Line & fawkes::Line::trans_ref |
( |
float |
trans_x, |
|
|
float |
trans_y, |
|
|
float |
trans_z |
|
) |
| |
Translate the object wrt.
the reference CS.
- Parameters:
-
trans_x | translation along the x-axis |
trans_y | translation along the y-axis |
trans_z | translation along the z-axis |
- Returns:
- a reference to *this
Definition at line 160 of file line.cpp.
The documentation for this class was generated from the following files: