Table of Contents

Method Sphere

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Sphere(float)

Creates a 3D Sphere.

public static IImplicitShape<GridPoint3> Sphere(float radius)

Parameters

radius float

Radius of shape.

Returns

IImplicitShape<GridPoint3>