Glare.Sphere4f.Sphere4f C# (CSharp) Method

Sphere4f() public method

Initialise a sphere centred at origin.
public Sphere4f ( System.Single radius ) : System
radius System.Single The radius of the .
return System
        public Sphere4f(Single radius)
        {
            Position = Vector4f.Zero;
            Radius = radius;
        }

Same methods

Sphere4f::Sphere4f ( Vector4f position, System.Single radius ) : System
Sphere4f