AcTools.Render.Base.Cameras.BaseCamera.Intersect C# (CSharp) Méthode

Intersect() public méthode

public Intersect ( BoundingBox box ) : FrustrumIntersectionType
box BoundingBox
Résultat FrustrumIntersectionType
        public FrustrumIntersectionType Intersect(BoundingBox box) {
            return Frustum.Intersect(box);
        }