#include <Goptical/Curve/Rotational>
namespace Goptical {
namespace Curve {
class Rotational;
};
};
This class is a member of the Curve namespace.
This abstract class contains pure virtuals.
This class defines rotationally symmetric curve interface and provide default implementation as generic non symmetric curve.
See also the full member list section for this class.
No documentation available
Get curve derivative at specified distance from origin.
This virtual function overrides the derivative virtual function defined in the Base base abstract class.
Documentation inherited from base class:
Get curve x and y derivative (gradient) at specified point
Get a sample point on curve. (0,0) is not included.
Get number of available sample points. Samples points may be used by curve fitting algorithms and are choosen to avoid using interpolated points. return 0 when not applicable.
This virtual function overrides the normal virtual function defined in the Base base abstract class.
Documentation inherited from base class:
Get normal to curve surface at specified point
Get curve sagitta at specified distance from origin.
Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 00:47:23 2012 using MkDoc