C# (CSharp) Axiom.Math Sphere - 32 примеров найдено. Это лучшие примеры C# (CSharp) кода для Axiom.Math.Sphere, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
A standard sphere, used mostly for bounds checking.
A sphere in math texts is normally represented by the function x^2 + y^2 + z^2 = r^2 (for sphere's centered on the origin). We store spheres simply as a center point and a radius.