Unit 'agg_conv_curve' Package
[Overview][Types][Classes][Index] [#pl_aggpas]

conv_curve

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: agg_conv_curve.pas line 48

type conv_curve = object(curve)

  m_source: vertex_source_ptr;

  

  m_last_x: Double;

  

  m_last_y: Double;

  

  m_curve3: curve_ptr;

  

  m_curve4: curve_ptr;

  

  constructor Construct();

  

  destructor Destruct; virtual;

  

  procedure set_source();

  

  procedure approximation_method_(); virtual;

  

  function _approximation_method; virtual;

  

  procedure approximation_scale_(); virtual;

  

  function _approximation_scale; virtual;

  

  procedure angle_tolerance_(); virtual;

  

  function _angle_tolerance; virtual;

  

  procedure cusp_limit_(); virtual;

  

  function _cusp_limit; virtual;

  

  procedure rewind(); virtual;

  

  function vertex(); virtual;

  

end;

Inheritance

conv_curve

  

|

curve

  

|

vertex_source

  

|

TObject



CT Web help

CodeTyphon Studio