ray_t
Constructors¶
ray_t()
ray_t(start_offset: vec3_t)
Name | Type | |
---|---|---|
start_offset | vec3_t |
ray_t(start_offset: vec3_t, radius: number)
Name | Type | |
---|---|---|
start_offset | vec3_t |
|
radius | number |
ray_t(mins: vec3_t, maxs: vec3_t)
Name | Type | |
---|---|---|
mins | vec3_t |
|
maxs | vec3_t |
ray_t(center_a: vec3_t, center_b: vec3_t, radius: number)
Name | Type | |
---|---|---|
center_a | vec3_t |
|
center_b | vec3_t |
|
radius | number |