Click or drag to resize

SiteCreate Method

[Missing <summary> documentation for "M:Delaunay.Site.Create(StarfieldUtils.MathUtils.Vec2D,System.UInt32,System.Single,System.UInt32)"]

Namespace:  Delaunay
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Site Create(
	Vec2D p,
	uint index,
	float weight,
	uint color
)

Parameters

p
Type: StarfieldUtils.MathUtilsVec2D

[Missing <param name="p"/> documentation for "M:Delaunay.Site.Create(StarfieldUtils.MathUtils.Vec2D,System.UInt32,System.Single,System.UInt32)"]

index
Type: SystemUInt32

[Missing <param name="index"/> documentation for "M:Delaunay.Site.Create(StarfieldUtils.MathUtils.Vec2D,System.UInt32,System.Single,System.UInt32)"]

weight
Type: SystemSingle

[Missing <param name="weight"/> documentation for "M:Delaunay.Site.Create(StarfieldUtils.MathUtils.Vec2D,System.UInt32,System.Single,System.UInt32)"]

color
Type: SystemUInt32

[Missing <param name="color"/> documentation for "M:Delaunay.Site.Create(StarfieldUtils.MathUtils.Vec2D,System.UInt32,System.Single,System.UInt32)"]

Return Value

Type: Site

[Missing <returns> documentation for "M:Delaunay.Site.Create(StarfieldUtils.MathUtils.Vec2D,System.UInt32,System.Single,System.UInt32)"]

See Also