open class ArchimedeanSpiral3D : ASpiral3D open class ArchimedeanSpiral3D : ASpiral3D
|
|
abstract class ASpiral3D : ICurve3D abstract class ASpiral3D : ICurve3D |
|
open class CatmullRomCurve3D : ICurve3D open class CatmullRomCurve3D : ICurve3D
Derived from http://www.cse.unsw.edu.au/~lambert/splines/source.html |
|
open class CompoundCurve3D : ICurve3D open class CompoundCurve3D : ICurve3D |
|
open class CubicBezierCurve3D : ICurve3D open class CubicBezierCurve3D : ICurve3D |
|
interface ICurve3D interface ICurve3D |
|
interface ICurve4D interface ICurve4D |
|
open class LinearBezierCurve3D : ICurve3D open class LinearBezierCurve3D : ICurve3D |
|
open class LogarithmicSpiral3D : ASpiral3D open class LogarithmicSpiral3D : ASpiral3D
|
|
open class Path3D : ICurve3D open class Path3D : ICurve3D |
|
open class Path4D : ICurve4D open class Path4D : ICurve4D |
|
open class QuadraticBezierCurve3D : ICurve3D open class QuadraticBezierCurve3D : ICurve3D |
|
open class SVGPath open class SVGPath
Parses a path from an SVG string. Please bear in mind that this is not a full XML parser. This is also an incomplete implementation. If you encounter anything that's missing please post an issue on Github and we'll add whatever you're after. What you can use is either a path Or you could use a string resource from the "raw" folder: To draw a path:
|