git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@163 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
parent
2b26fb38d9
commit
c0b4eaaccc
|
@ -49,6 +49,8 @@ class Segment3D {
|
||||||
void setPointB(const Vector3D& pointB); // Set the point B
|
void setPointB(const Vector3D& pointB); // Set the point B
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO : Test the Segment3D class
|
||||||
|
|
||||||
inline Vector3D Segment3D::getPointA() const {
|
inline Vector3D Segment3D::getPointA() const {
|
||||||
return pointA;
|
return pointA;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,9 @@
|
||||||
// Libraries
|
// Libraries
|
||||||
#include "Matrix.h"
|
#include "Matrix.h"
|
||||||
#include "Matrix3x3.h"
|
#include "Matrix3x3.h"
|
||||||
|
#include "Polygon3D.h"
|
||||||
#include "Quaternion.h"
|
#include "Quaternion.h"
|
||||||
|
#include "Segment3D.h"
|
||||||
#include "Vector.h"
|
#include "Vector.h"
|
||||||
#include "Vector3D.h"
|
#include "Vector3D.h"
|
||||||
#include "constants.h"
|
#include "constants.h"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user