Home
last modified time | relevance | path

Searched refs:axis3D (Results 1 – 4 of 4) sorted by relevance

/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/varLib/
H A Dplot.py94 axis3D = fig.add_subplot(111, projection='3d')
99 axis3D.set_title(name)
100 axis3D.set_xlabel(ax1)
101 axis3D.set_ylabel(ax2)
114 axis3D.plot(X, Y, Z, color=color, **kwargs)
122 axis3D.plot(X, Y, Z, color=color, **kwargs)
124 _plotLocationsDots(model.locations, [ax1, ax2], axis3D)
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/varLib/
H A Dplot.py99 axis3D = fig.add_subplot(rows, cols, i + 1, projection='3d')
101 axis3D.set_title(name)
102 axis3D.set_xlabel(ax1)
103 axis3D.set_ylabel(ax2)
116 axis3D.plot(X, Y, Z, color=color, **kwargs)
124 axis3D.plot(X, Y, Z, color=color, **kwargs)
126 _plotLocationsDots(model.locations, [ax1, ax2], axis3D)
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/parametrization/
H A Dtangent_field_operators.h764 CoordType axis3D=CoordType(axis2D.X(),axis2D.Y(),0); in TangentAngleToVect() local
768 return (InvTrans*axis3D); in TangentAngleToVect()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/parametrization/
H A Dtangent_field_operators.h883 CoordType axis3D=CoordType(axis2D.X(),axis2D.Y(),0); in TangentAngleToVect() local
887 return (InvTrans*axis3D); in TangentAngleToVect()