C# Class SVGGCubicAbs, UnitySVG

Show file Open project: MrJoy/UnitySVG Class Usage Examples

Public Methods

Method Description
ExpandBounds ( SVGGraphicsPath, path ) : void
Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool
SVGGCubicAbs ( Vector2, q1, Vector2, q2, Vector2, p ) : UnityEngine

Method Details

ExpandBounds() public method

public ExpandBounds ( SVGGraphicsPath, path ) : void
path SVGGraphicsPath,
return void

Render() public method

public Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool
path SVGGraphicsPath,
pathDraw ISVGPathDraw
return bool

SVGGCubicAbs() public method

public SVGGCubicAbs ( Vector2, q1, Vector2, q2, Vector2, p ) : UnityEngine
q1 Vector2,
q2 Vector2,
p Vector2,
return UnityEngine