Click or drag to resize
DigitalRunePointShape Constructor (Single, Single, Single)
Initializes a new instance of the PointShape class with the given coordinates.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public PointShape(
	float x,
	float y,
	float z
)

Parameters

x
Type: SystemSingle
The x position.
y
Type: SystemSingle
The y position.
z
Type: SystemSingle
The z position.
See Also