KzcRay Struct Reference

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...
 

Detailed Description

Structure for ray.

Ray is defined by starting point and direction.

Constructor & Destructor Documentation

KzcRay::KzcRay ( )
inlineexplicit

Empty constructor.

KzcRay::KzcRay ( struct KzcVector3  originParam,
struct KzcVector3  directionParam 
)
inlineexplicit

Constructor.

Member Data Documentation

struct KzcVector3 KzcRay::origin

Origin of the ray.

struct KzcVector3 KzcRay::direction

Direction of the ray, normalized.


The documentation for this struct was generated from the following file: