D | u_indices_gen.py | 113 def vert( intype, outtype, v0 ): argument 119 def point( intype, outtype, ptr, v0 ): argument 122 def line( intype, outtype, ptr, v0, v1 ): argument 126 def tri( intype, outtype, ptr, v0, v1, v2 ): argument 131 def lineadj( intype, outtype, ptr, v0, v1, v2, v3 ): argument 137 def triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5 ): argument 145 def do_point( intype, outtype, ptr, v0 ): argument 148 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ): argument 154 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): argument 163 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument [all …]
|