Creates a new hemisphere.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XMeshSprite AddHemisphere(
	float x,
	float y,
	float z,
	float radius,
	Color color
)

Parameters

x
Type: System..::.Single
The X coordinate of the object.
y
Type: System..::.Single
The Y coordinate of the object.
z
Type: System..::.Single
The Z coordinate of the object.
radius
Type: System..::.Single
Radius of the new object.
color
Type: System.Drawing..::.Color
Color Color of the primitive.

Return Value

Returns the newly created object.

See Also