Implement Mat4x4 Translate, Transform, FromTranslation
This commit is contained in:
@@ -7,6 +7,9 @@ namespace Geometry
|
||||
using LinearAlgebra::Vector3;
|
||||
class LineSegment
|
||||
{
|
||||
public:
|
||||
LineSegment();
|
||||
LineSegment(const Vector3& a, const Vector3& b);
|
||||
Vector3 A;
|
||||
Vector3 B;
|
||||
};
|
||||
|
Reference in New Issue
Block a user