godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Rect2.intersectsSegment
godot
rect2
Rect2
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Rect2
@
nogc
nothrow const
bool
intersectsSegment
(
in
Vector2
p_from
,
in
Vector2
p_to
,
Vector2
*
r_pos
,
Vector2
*
r_normal
)
Meta
Source
See Implementation
godot
rect2
Rect2
aliases
end
pos
constructors
this
functions
clip
distanceTo
encloses
expand
expandTo
getArea
getEnd
grow
hasNoArea
hasPoint
intersects
intersectsSegment
intersectsTransformed
merge
setEnd
variables
position
size