Structure for ray. More...
#include <kanzi/core/legacy/util/math/kzc_ray.hpp>
Public Member Functions | |
| KzcRay () | |
| Empty constructor. More... | |
| KzcRay (struct KzcVector3 originParam, struct KzcVector3 directionParam) | |
| Constructor. More... | |
Public Attributes | |
| struct KzcVector3 | origin |
| Origin of the ray. More... | |
| struct KzcVector3 | direction |
| Direction of the ray, normalized. More... | |
Structure for ray.
Ray is defined by starting point and direction.
|
inlineexplicit |
Empty constructor.
|
inlineexplicit |
Constructor.
| struct KzcVector3 KzcRay::origin |
Origin of the ray.
| struct KzcVector3 KzcRay::direction |
Direction of the ray, normalized.