D | u_indices_gen.py | 114 def vert( intype, outtype, v0 ): argument 120 def point( intype, outtype, ptr, v0 ): argument 123 def line( intype, outtype, ptr, v0, v1 ): argument 127 def tri( intype, outtype, ptr, v0, v1, v2 ): argument 132 def lineadj( intype, outtype, ptr, v0, v1, v2, v3 ): argument 138 def triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5 ): argument 146 def do_point( intype, outtype, ptr, v0 ): argument 149 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ): argument 155 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): argument 164 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument [all …]
|