AutoStereogramDemo.AutoStereogramBuilder.AddRayTracedObject C# (CSharp) Method

AddRayTracedObject() public method

public AddRayTracedObject ( Point3D points, GetRayIntersection getRayIntersection ) : void
points Point3D
getRayIntersection GetRayIntersection
return 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