Axiom.Math.Sphere.Sphere C# (CSharp) 메소드

Sphere() 공개 메소드

Creates a unit sphere centered at the origin.
public Sphere ( ) : System
리턴 System
		public Sphere()
		{
			radius = 1.0f;
			center = Vector3.Zero;
		}

Same methods

Sphere::Sphere ( Vector3 center, Real radius ) : System