Click or drag to resize

VoronoiNearestSitePoint Method

[Missing <summary> documentation for "M:StarfieldUtils.MathUtils.Voronoi.NearestSitePoint(System.Single,System.Single)"]

Namespace:  StarfieldUtils.MathUtils
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Vec2D NearestSitePoint(
	float x,
	float y
)

Parameters

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:StarfieldUtils.MathUtils.Voronoi.NearestSitePoint(System.Single,System.Single)"]

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:StarfieldUtils.MathUtils.Voronoi.NearestSitePoint(System.Single,System.Single)"]

Return Value

Type: Vec2D

[Missing <returns> documentation for "M:StarfieldUtils.MathUtils.Voronoi.NearestSitePoint(System.Single,System.Single)"]

See Also