Table of Contents

Class CGUtility

Curvy Generator Utility class

public static class CGUtility
Inheritance
CGUtility

Methods

GetControlPointsWithOptions(CGDataRequestMetaCGOptions, CurvySpline, float, float, bool, out int, out float)

Rasterization Helper class

public static List<ControlPointOption> GetControlPointsWithOptions(CGDataRequestMetaCGOptions options, CurvySpline shape, float startDist, float endDist, bool optimize, out int initialMaterialID, out float initialMaxStep)

Parameters

options CGDataRequestMetaCGOptions
shape CurvySpline
startDist float
endDist float
optimize bool
initialMaterialID int
initialMaxStep float

Returns

List<ControlPointOption>