Small Issues & Maintenance
-=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
This commit is contained in:
@ -68,6 +68,7 @@ public:
|
||||
real_t get_area() const;
|
||||
|
||||
Vector3 get_median_point() const;
|
||||
Vector3 get_closest_point_to(const Vector3& p_point) const;
|
||||
|
||||
bool intersects_ray(const Vector3& p_from,const Vector3& p_dir,Vector3 * p_intersection=0) const;
|
||||
bool intersects_segment(const Vector3& p_from,const Vector3& p_dir,Vector3 * p_intersection=0) const;
|
||||
|
||||
Reference in New Issue
Block a user