FUNCTION  fHtmGetCornerPoints

Converts an HTMID to the trixel's vertices as cartesian vectors


Parameter:
  • htmid bigint, htmid of the trixel
    Returns VertexTable(x float, y float, z float) with three rows contining the trixel's vertices select * from fHtmToCornerPoints(8)
    gives:
    1 0 0
    0 0 0
    0 1 0
  • Input and output parameters

    nametypelengthinoutpnum
    @htmidbigint8input1
    xfloat8output1
    yfloat8output2
    zfloat8output3