Stores the intersection of two planes.
More...
#include <kanzi/core/math/plane.hpp>
Stores the intersection of two planes.
◆ PlanePlaneIntersection() [1/2]
kanzi::PlanePlaneIntersection::PlanePlaneIntersection |
( |
| ) |
|
|
inlineexplicit |
Default constructor.
intersectionPoint=(0,0,0) and intersectionDirection=(0,0,1).
◆ PlanePlaneIntersection() [2/2]
kanzi::PlanePlaneIntersection::PlanePlaneIntersection |
( |
Vector3 |
point, |
|
|
Vector3 |
direction |
|
) |
| |
|
inlineexplicit |
Constructor.
- Parameters
-
point | A point on the intersection line of two planes. |
direction | The direction of the intersection of two planes. |
◆ intersectionPoint
Vector3 kanzi::PlanePlaneIntersection::intersectionPoint |
A point on the intersection line.
◆ intersectionDirection
Vector3 kanzi::PlanePlaneIntersection::intersectionDirection |
Non-normalized direction of the intersection line.
The documentation for this struct was generated from the following file: