Clean up some implementation header comments
This commit is contained in:
parent
662867f529
commit
0d6a238b44
1 changed files with 2 additions and 7 deletions
|
@ -112,9 +112,7 @@ Plane::DoesIntersect(const Ray &ray,
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Plane::point_is_on_surface --
|
* charles::Plane::point_is_on_surface --
|
||||||
*
|
|
||||||
* Determine if a point lies on the surface of this Sphere.
|
|
||||||
*/
|
*/
|
||||||
bool
|
bool
|
||||||
Plane::point_is_on_surface(const Vector3 &p)
|
Plane::point_is_on_surface(const Vector3 &p)
|
||||||
|
@ -136,10 +134,7 @@ Plane::point_is_on_surface(const Vector3 &p)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Plane::compute_normal --
|
* charles::Plane::compute_normal --
|
||||||
*
|
|
||||||
* Compute the normal for this Plane at the given point. If the point does not lie on the surface of the plane, a zero
|
|
||||||
* vector is returned.
|
|
||||||
*/
|
*/
|
||||||
Vector3
|
Vector3
|
||||||
Plane::compute_normal(const Vector3 &p)
|
Plane::compute_normal(const Vector3 &p)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue