Io::RendererAxes class full member list
Type
Functions
- RendererAxes()
- const std::string & get_label(unsigned int axis) const
- const Math::Vector3 & get_origin() const
- const Math::Vector3 & get_position() const
- bool get_show_axes(unsigned int axis) const
- bool get_show_frame() const
- bool get_show_grid() const
- bool get_show_tics(unsigned int axis) const
- bool get_show_values(unsigned int axis) const
- double get_tics_step(int index, const Math::range_t &r) const
- void set_label(const std::string &label, AxisMask a = [...])
- void set_origin(const Math::Vector3 &origin)
- void set_position(const Math::Vector3 &position)
- void set_range(const Math::range_t &r, AxisMask a = [...])
- void set_show_axes(bool show = [...], AxisMask a = [...])
- void set_show_frame(bool show = [...])
- void set_show_grid(bool show = [...])
- void set_show_tics(bool show = [...], AxisMask a = [...])
- void set_show_values(bool show = [...], AxisMask a = [...])
- void set_tics_base(unsigned int min_count = [...], double base = [...], AxisMask a = [...])
- void set_tics_count(unsigned int count, AxisMask a = [...])
- void set_tics_step(double step, AxisMask a = [...])
- void set_unit(const std::string &unit, bool pow10_scale = [...], bool si_prefix = [...], int si_pow10 = [...], AxisMask a = [...])