kick
Public Member Functions
kick::Plane Class Reference

List of all members.

Public Member Functions

 Plane (float x, float y, float z, float offset)
 Plane (glm::vec3 normal, glm::vec3 pointInPlane)
 Plane (glm::vec3 normal, float offset)
glm::vec3 normal () const
void setNormal (glm::vec3 p)
float offset () const
void setOffset (float d)
glm::vec3 pointOnPlane () const
float distanceToPlane (glm::vec3 point) const
float intersection (const Ray &line) const
glm::vec3 intersectionPoint (const Ray &line) const

Detailed Description

Definition at line 13 of file plane.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables