C# Class Demo.SDF.GeometryNode

Inheritance: ClusterNode, IGeometrySink
Datei anzeigen Open project: fealty/Frost

Public Methods

Method Description
ComputeDistancesFrom ( System.Point &point, double &minimumResult, double &maximumResult ) : void
GeometryNode ( Shape geometry, float resolution, Device2D device2D ) : System
Query ( System.Point &point, Sample &sample ) : void

Private Methods

Method Description
GeometryNode ( ) : System
IGeometrySink ( ) : void
IGeometrySink ( System.Point endPoint ) : void
IGeometrySink ( System.Point controlPoint, System.Point endPoint ) : void
IGeometrySink ( System.Point controlPoint1, System.Point controlPoint2, System.Point endPoint ) : void
IGeometrySink ( System.Point tangentStart, System.Point tangentEnd, Size radius ) : void

Method Details

ComputeDistancesFrom() public method

public ComputeDistancesFrom ( System.Point &point, double &minimumResult, double &maximumResult ) : void
point System.Point
minimumResult double
maximumResult double
return void

GeometryNode() public method

public GeometryNode ( Shape geometry, float resolution, Device2D device2D ) : System
geometry Shape
resolution float
device2D Device2D
return System

Query() public method

public Query ( System.Point &point, Sample &sample ) : void
point System.Point
sample Sample
return void