AutoStereogramDemo.AutoStereogramBuilder.AddRayTracedObject C# (CSharp) Метод

AddRayTracedObject() публичный Метод

public AddRayTracedObject ( Point3D points, GetRayIntersection getRayIntersection ) : void
points Point3D
getRayIntersection GetRayIntersection
Результат void
        public void AddRayTracedObject(Point3D[] points, GetRayIntersection getRayIntersection)
        {
            AddRayTracedObject(GetConvexHullProjBoundaries(points, true), GetConvexHullProjBoundaries(points, false), getRayIntersection);
        }

Same methods

AutoStereogramBuilder::AddRayTracedObject ( Rectangle2D leftProjBoundaries, Rectangle2D rightProjBoundaries, GetRayIntersection getRayIntersection ) : void
AutoStereogramBuilder::AddRayTracedObject ( double x1, double x2, double y1, double y2, double z1, double z2, GetRayIntersection getRayIntersection ) : void