Variable ANATOMICAL_DIMENSIONSConst
ANATOMICAL_DIMENSIONS: {
arms: {
center: { x: 0.3; y: 1.1; z: 0 };
height: 0.6;
radius: 0.05;
type: "capsule";
};
head: { center: { x: 0; y: 1.7; z: 0 }; radius: 0.125; type: "sphere" };
legs: {
center: { x: 0.15; y: 0.4; z: 0 };
height: 0.8;
radius: 0.06;
type: "capsule";
};
neck: {
center: { x: 0; y: 1.5; z: 0 };
height: 0.15;
radius: 0.075;
type: "capsule";
};
torso: {
center: { x: 0; y: 1.1; z: 0 };
depth: 0.25;
height: 0.6;
type: "box";
width: 0.4;
};
} = ...
Type Declaration
Readonlyarms: { center: { x: 0.3; y: 1.1; z: 0 }; height: 0.6; radius: 0.05; type: "capsule" }
Readonlyhead: { center: { x: 0; y: 1.7; z: 0 }; radius: 0.125; type: "sphere" }
Readonlylegs: {
center: { x: 0.15; y: 0.4; z: 0 };
height: 0.8;
radius: 0.06;
type: "capsule";
}
Readonlyneck: { center: { x: 0; y: 1.5; z: 0 }; height: 0.15; radius: 0.075; type: "capsule" }
Readonlytorso: {
center: { x: 0; y: 1.1; z: 0 };
depth: 0.25;
height: 0.6;
type: "box";
width: 0.4;
}
Anatomical region dimensions in meters.
Korean: 해부 영역 치수
Standard dimensions for adult human anatomical regions used for bounding box creation.