blanchon's picture
squash: initial commit
3aea7c6
raw
history blame
83 Bytes
export default interface IUrdfCylinder {
radius: number;
length: number
}