Plane
There is currently no description for this class. Please help us by contributing one!
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 |
|
is_point_over ( Vector3 point ) const |
|
normalized ( ) const |
|
Operators
operator != ( Plane right ) |
|
operator * ( Transform3D right ) |
|
operator == ( Plane right ) |
|
operator unary+ ( ) |
|
operator unary- ( ) |
Constants
PLANE_YZ = Plane(1, 0, 0, 0)
There is currently no description for this constant. Please help us by contributing one!
PLANE_XZ = Plane(0, 1, 0, 0)
There is currently no description for this constant. Please help us by contributing one!
PLANE_XY = Plane(0, 0, 1, 0)
There is currently no description for this constant. Please help us by contributing one!
Property Descriptions
float d = 0.0
There is currently no description for this property. Please help us by contributing one!
Vector3 normal = Vector3(0, 0, 0)
There is currently no description for this property. Please help us by contributing one!
float x = 0.0
There is currently no description for this property. Please help us by contributing one!
float y = 0.0
There is currently no description for this property. Please help us by contributing one!
float z = 0.0
There is currently no description for this property. Please help us by contributing one!
Constructor Descriptions
Plane Plane ( )
There is currently no description for this constructor. Please help us by contributing one!
There is currently no description for this constructor. Please help us by contributing one!
Plane Plane ( float a, float b, float c, float d )
There is currently no description for this constructor. Please help us by contributing one!
Plane Plane ( Vector3 normal )
There is currently no description for this constructor. Please help us by contributing one!
Plane Plane ( Vector3 normal, float d )
There is currently no description for this constructor. Please help us by contributing one!
Plane Plane ( Vector3 normal, Vector3 point )
There is currently no description for this constructor. Please help us by contributing one!
Plane Plane ( Vector3 point1, Vector3 point2, Vector3 point3 )
There is currently no description for this constructor. Please help us by contributing one!
Method Descriptions
float distance_to ( Vector3 point ) const
There is currently no description for this method. Please help us by contributing one!
Vector3 get_center ( ) const
There is currently no description for this method. Please help us by contributing one!
bool has_point ( Vector3 point, float tolerance=1e-05 ) const
There is currently no description for this method. Please help us by contributing one!
Variant intersect_3 ( Plane b, Plane c ) const
There is currently no description for this method. Please help us by contributing one!
Variant intersects_ray ( Vector3 from, Vector3 dir ) const
There is currently no description for this method. Please help us by contributing one!
Variant intersects_segment ( Vector3 from, Vector3 to ) const
There is currently no description for this method. Please help us by contributing one!
bool is_equal_approx ( Plane to_plane ) const
There is currently no description for this method. Please help us by contributing one!
bool is_finite ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_point_over ( Vector3 point ) const
There is currently no description for this method. Please help us by contributing one!
Plane normalized ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector3 project ( Vector3 point ) const
There is currently no description for this method. Please help us by contributing one!
Operator Descriptions
bool operator != ( Plane right )
There is currently no description for this operator. Please help us by contributing one!
Plane operator * ( Transform3D right )
There is currently no description for this operator. Please help us by contributing one!
bool operator == ( Plane right )
There is currently no description for this operator. Please help us by contributing one!
Plane operator unary+ ( )
There is currently no description for this operator. Please help us by contributing one!
Plane operator unary- ( )
There is currently no description for this operator. Please help us by contributing one!