AcTools.Render.Base.Cameras.BaseCamera.Intersect C# (CSharp) 메소드

Intersect() 공개 메소드

public Intersect ( BoundingBox box ) : FrustrumIntersectionType
box BoundingBox
리턴 FrustrumIntersectionType
        public FrustrumIntersectionType Intersect(BoundingBox box) {
            return Frustum.Intersect(box);
        }