Home
last modified time | relevance | path

Searched defs:CPoints (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/pixie/Pixie/src/ri/
H A Dpoints.cpp46 CPoints::CPoints(CAttributes *a,CXform *x,CPl *pl,int np) : CSurface(a,x) { in CPoints() function in CPoints
143 CPoints::CPoints(CAttributes *a,CXform *x,CPointBase *b,int np,const float **pi) : CSurface(a,x) { in CPoints() function in CPoints
H A Dshading.h61 class CPoints; variable
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dwrite_sfa.c96 struct line_pnts *CPoints; in V2_write_line_sfa() local
H A Dcopy.c211 struct line_pnts *Points, *CPoints, *NPoints; in copy_lines_2() local
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/include/geometry/
H A Dshape_line_chain.h295 const std::vector<VECTOR2I>& CPoints() const in CPoints() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/libs/kimath/include/geometry/
H A Dshape_line_chain.h403 const std::vector<VECTOR2I>& CPoints() const in CPoints() function
/dports/cad/k40-whisperer/K40_Whisperer-0.58_src/
H A Ddxf.py37 def __init__(self,degree=0,Knots=[],Weights=None,CPoints=None): argument