Axiom.Math AxisAlignedBox em C# (CSharp) - 37 exemplos encontrados. Esses são os exemplos do mundo real mais bem avaliados de Axiom.Math.AxisAlignedBox em C# (CSharp) extraídos de projetos de código aberto. Você pode avaliar os exemplos para nos ajudar a melhorar a qualidade deles.
This class represents a simple box which is aligned with the axes. It stores 2 points as the extremeties of the box, one which is the minima of all 3 axes, and the other which is the maxima of all 3 axes. This class is typically used for an axis-aligned bounding box (AABB) for collision and visibility determination.