Spaces:
Running
Running
File size: 77 Bytes
6ce4ca6 |
1 2 3 4 5 |
export default interface IUrdfCylinder {
radius: number;
length: number;
}
|