![]() |
GNU Octave
3.8.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 4821 of file graphics.h.
|
inline |
Definition at line 4824 of file graphics.h.
|
inline |
Definition at line 4831 of file graphics.h.
|
inline |
Definition at line 4836 of file graphics.h.
|
inline |
Definition at line 4840 of file graphics.h.
|
inline |
Definition at line 3467 of file graphics.in.h.
|
inline |
Definition at line 3474 of file graphics.in.h.
|
inline |
Definition at line 3479 of file graphics.in.h.
|
inline |
Definition at line 3483 of file graphics.in.h.
|
inline |
Definition at line 3485 of file graphics.in.h.
|
inline |
Definition at line 3514 of file graphics.in.h.
Definition at line 4871 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 5981 of file graphics.cc.
References transform(), and xform().
Referenced by 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 3507 of file graphics.in.h.
| ColumnVector graphics_xform::untransform | ( | double | x, |
| double | y, | ||
| double | z, | ||
| bool | use_scale = true |
||
| ) | const |
Definition at line 5995 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(), and axes::properties::update_zlabel_position().
|
inline |
Definition at line 5975 of file graphics.cc.
References xform_matrix().
|
static |
|
static |
Definition at line 5969 of file graphics.cc.
References xform_vector().
Definition at line 3510 of file graphics.in.h.
Definition at line 4867 of file graphics.h.
Referenced by axes::properties::update_axes_layout().
Definition at line 3511 of file graphics.in.h.
Definition at line 4868 of file graphics.h.
Referenced by axes::properties::update_axes_layout().
Definition at line 3512 of file graphics.in.h.
Definition at line 4869 of file graphics.h.
Referenced by axes::properties::update_axes_layout().
|
private |
Definition at line 4897 of file graphics.h.
Referenced by operator=().
|
private |
Definition at line 4897 of file graphics.h.
Referenced by operator=().
|
private |
Definition at line 4897 of file graphics.h.
Referenced by operator=().
|
private |
Definition at line 4895 of file graphics.h.
Referenced by operator=().
|
private |
Definition at line 4896 of file graphics.h.
Referenced by operator=().
|
private |
Definition at line 4898 of file graphics.h.
Referenced by operator=().
1.8.1.2