Remove deprecated mjv_makeConnector function.
PiperOrigin-RevId: 690563333 Change-Id: Ice9c6b6cf41de8a55fa361477f9aee9181d50184
This commit is contained in:
committed by
Copybara-Service
parent
3c21abc0e5
commit
d8494fef3b
@@ -24,12 +24,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// set (type, size, pos, mat) connector-type geom between given points
|
||||
// assume that mjv_initGeom was already called to set all other properties
|
||||
MJAPI void mjv_makeConnector(mjvGeom* geom, int type, mjtNum width,
|
||||
mjtNum a0, mjtNum a1, mjtNum a2,
|
||||
mjtNum b0, mjtNum b1, mjtNum b2);
|
||||
|
||||
// set (type, size, pos, mat) connector-type geom between given points
|
||||
// assume that mjv_initGeom was already called to set all other properties
|
||||
MJAPI void mjv_connector(mjvGeom* geom, int type, mjtNum width,
|
||||
|
||||
Reference in New Issue
Block a user