All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzcRay Struct Reference

Structure for ray. More...

#include <core/util/math/kzc_ray.h>

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

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: