blanchon's picture
Update
6ce4ca6
raw
history blame
77 Bytes
export default interface IUrdfCylinder {
radius: number;
length: number;
}