Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
Plane¶
A plane in Hessian normal form.
Description¶
Represents a normalized plane equation. normal is the normal of the plane (a, b, c normalized), and d is the distance from the origin to the plane (in the direction of "normal"). "Over" or "Above" the plane is considered the side of the plane towards where the normal is pointing.
Tutorials¶
Properties¶
|
||
|
||
|
||
|
||
|
Constructors¶
Plane ( ) |
|
Methods¶
distance_to ( Vector3 point ) const |
|
get_center ( ) const |
|
intersect_3 ( Plane b, Plane c ) const |
|
intersects_ray ( Vector3 from, Vector3 dir ) const |
|
intersects_segment ( Vector3 from, Vector3 to ) const |
|
is_equal_approx ( Plane to_plane ) const |
|
is_finite ( ) const |
|