C# Class Demo.SDF.DistanceField

Afficher le fichier Open project: fealty/Frost Class Usage Examples

Méthodes publiques

Свойство Type Description
MaxLevel float
MaximumError float
MinimumError float

Méthodes publiques

Méthode Description
CreateField ( Shape geometry, double normalizedBaseline, Device2D device2D ) : Canvas

Private Methods

Méthode Description
ComputeTree ( Rectangle &region, Device2D device2D ) : Sample
ComputeTree ( Rectangle &region, Device2D device2D, Sample &parentTopLeft, Sample &parentTopRight, Sample &parentBottomLeft, Sample &parentBottomRight, double level = 1.0 ) : Sample
DistanceField ( ) : System

Method Details

CreateField() public méthode

public CreateField ( Shape geometry, double normalizedBaseline, Device2D device2D ) : Canvas
geometry Shape
normalizedBaseline double
device2D Device2D
Résultat Frost.Canvas

Property Details

MaxLevel public_oe static_oe property

public static float MaxLevel
Résultat float

MaximumError public_oe static_oe property

public static float MaximumError
Résultat float

MinimumError public_oe static_oe property

public static float MinimumError
Résultat float