|
Prusa3d Marlin fork
|
Public Member Functions | |
| vector_3 (float x, float y, float z) | |
| vector_3 | operator+ (vector_3 v) |
| vector_3 | operator- (vector_3 v) |
| void | normalize () |
| float | get_length () |
| vector_3 | get_normal () |
| void | debug (char *title) |
| void | apply_rotation (matrix_3x3 matrix) |
Static Public Member Functions | |
| static vector_3 | cross (vector_3 a, vector_3 b) |
Public Attributes | |
| float | x |
| float | y |
| float | z |