godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
Plane.this
godot
core
plane
Plane
Undocumented in source.
this
(Vector3 p_normal, real_t p_d)
this
(Vector3 p_point, Vector3 p_normal)
this
(Vector3 p_point1, Vector3 p_point2, Vector3 p_point3, ClockDirection p_dir)
struct
Plane
@
nogc
nothrow
this
(
in
Vector3
p_point1
,
in
Vector3
p_point2
,
in
Vector3
p_point3
,
ClockDirection
p_dir
=
ClockDirection.ccw
)
Meta
Source
See Implementation
godot
core
plane
Plane
constructors
this
functions
center
distanceTo
getAnyPerpendicularNormal
getAnyPoint
hasPoint
intersect3
intersectsRay
intersectsSegment
isAlmostLike
isPointOver
normalize
normalized
opUnary
project
variables
d
normal