Home
last modified time | relevance | path

Searched defs:trackSeg (Results 1 – 5 of 5) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/interfaces/
H A Dtrack.h277 typedef struct trackSeg { struct
278 const char *name; /**< Segment name */
279 int id; /**< Segment number */
281 int type; /**< Geometrical type:
290 int type2; /**< Position type:
325 t3Dd center; /**< Center of the curve */
357 tdble Kzl; /* long constant */
358 tdble Kzw; /* width constant */
360 tdble Kyl; /* find y along x */
398 struct trackSeg *next; /**< Next segment */ argument
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/drc/
H A Ddrc_test_provider_copper_clearance.cpp290 SEG trackSeg( track->GetStart(), track->GetEnd() ); in testTrackAgainstItem() local
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dboard.cpp1673 SEG trackSeg( track->GetStart(), track->GetEnd() ); in GetTrackLength() local
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Ddrawing_tool.cpp2571 SEG trackSeg( track->GetStart(), track->GetEnd() ); in DrawVia() local
H A Dedit_tool.cpp377 SEG trackSeg( retval->GetStart(), retval->GetEnd() ); in DragArcTrack() local