Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzcRay Struct Reference

Structure for ray. More...

#include <kzc_ray.h>

Data Fields

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

Field 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: