fCraft.FloatingIslandMapGenState.Sphere.Sphere C# (CSharp) Method

Sphere() public method

public Sphere ( float x, float y, float z, float radius ) : System
x float
y float
z float
radius float
return System
            public Sphere( float x, float y, float z, float radius ) {
                Origin = new Vector3F( x, y, z );
                Radius = radius;
            }
FloatingIslandMapGenState.Sphere