FUNCTION  fSphConvexAddHalfspace

Adds the specified halfspaces to a given convex and returns the new region blob.

Parameter(s):
  • @bin varbinary(max): region blob
  • @cidx int: convex index
  • @x float: halfspace vector's X coordinate
  • @y float: halfspace vector's y coordinate
  • @z float: halfspace vector's Z coordinate
  • @c float: halfspace offset
  • Input and output parameters

    nametypelengthinoutpnum
    @cidxint4input2
    @xfloat8input3
    @yfloat8input4
    @zfloat8input5
    @cfloat8input6
     varbinary-1input0
    @binvarbinary-1input1