|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "graphics.h"

Static Public Member Functions | |
| static Matrix | xform_eye (void) |
| static Matrix | xform_eye (void) |
| static ColumnVector | xform_vector (double x, double y, double z) |
| static ColumnVector | xform_vector (double x, double y, double z) |
Private Attributes | |
| scaler | sx |
| scaler | sy |
| scaler | sz |
| Matrix | xform |
| Matrix | xform_inv |
| Matrix | zlim |
Definition at line 4991 of file graphics.h.
|
inline |
Definition at line 4994 of file graphics.h.
|
inline |
Definition at line 5001 of file graphics.h.
|
inline |
Definition at line 5006 of file graphics.h.
|
inline |
Definition at line 5010 of file graphics.h.
|
inline |
Definition at line 3625 of file graphics.in.h.
|
inline |
Definition at line 3632 of file graphics.in.h.
|
inline |
Definition at line 3637 of file graphics.in.h.
|
inline |
Definition at line 3641 of file graphics.in.h.
|
inline |
Definition at line 3643 of file graphics.in.h.
|
inline |
Definition at line 3672 of file graphics.in.h.
Definition at line 5041 of file graphics.h.
References Array< T >::columns(), Array< T >::dims(), and Array< T >::rows().
| ColumnVector graphics_xform::transform | ( | double | x, |
| double | y, | ||
| double | z, | ||
| bool | use_scale = true |
||
| ) | const |
| ColumnVector graphics_xform::transform | ( | double | x, |
| double | y, | ||
| double | z, | ||
| bool | use_scale = true |
||
| ) | const |
Definition at line 6766 of file graphics.cc.
References transform(), and xform().
Referenced by convert_label_position(), convert_text_position(), axes::properties::get_extent(), axes::properties::update_axes_layout(), axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
| ColumnVector graphics_xform::untransform | ( | double | x, |
| double | y, | ||
| double | z, | ||
| bool | use_scale = true |
||
| ) | const |
|
inline |
Definition at line 3665 of file graphics.in.h.
| ColumnVector graphics_xform::untransform | ( | double | x, |
| double | y, | ||
| double | z, | ||
| bool | use_scale = true |
||
| ) | const |
Definition at line 6780 of file graphics.cc.
References transform().
Referenced by convert_text_position(), axes::properties::update_title_position(), axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), axes::properties::update_zlabel_position(), and QtHandles::Canvas::updateCurrentPoint().
|
inline |
Definition at line 5034 of file graphics.h.
|
static |
|
static |
Definition at line 6760 of file graphics.cc.
References xform_matrix().
|
static |
|
static |
Definition at line 6754 of file graphics.cc.
References xform_vector().
Referenced by axes::properties::update_title_position(), axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
Definition at line 3668 of file graphics.in.h.
Definition at line 5037 of file graphics.h.
Referenced by axes::properties::update_axes_layout().
Definition at line 3669 of file graphics.in.h.
Definition at line 5038 of file graphics.h.
Referenced by axes::properties::update_axes_layout().
Definition at line 3670 of file graphics.in.h.
Definition at line 5039 of file graphics.h.
Referenced by axes::properties::update_axes_layout().
|
private |
Definition at line 5067 of file graphics.h.
Referenced by operator=().
|
private |
Definition at line 5067 of file graphics.h.
Referenced by operator=().
|
private |
Definition at line 5067 of file graphics.h.
Referenced by operator=().
|
private |
Definition at line 5065 of file graphics.h.
Referenced by operator=().
|
private |
Definition at line 5066 of file graphics.h.
Referenced by operator=().
|
private |
Definition at line 5068 of file graphics.h.
Referenced by operator=().
1.8.8