D | u_indices_gen.py | 116 def vert( intype, outtype, v0 ): argument 122 def point( intype, outtype, ptr, v0 ): argument 125 def line( intype, outtype, ptr, v0, v1 ): argument 129 def tri( intype, outtype, ptr, v0, v1, v2 ): argument 134 def lineadj( intype, outtype, ptr, v0, v1, v2, v3 ): argument 140 def triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5 ): argument 148 def do_point( intype, outtype, ptr, v0 ): argument 151 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ): argument 157 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): argument 166 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument [all …]
|