@simversus/yjvis / math / Bounds
Type Alias: Bounds
Bounds =
object
Defined in: math/types.ts:7
边界对象接口 包含最小点、最大点、中心点和可选半径
Properties
center
center:
Vec3
Defined in: math/types.ts:13
中心点坐标
max
max:
Vec3
Defined in: math/types.ts:11
最大点坐标
min
min:
Vec3
Defined in: math/types.ts:9
最小点坐标
radius?
optionalradius:number
Defined in: math/types.ts:15
半径(可选)
