remove sleep calls, change some for loops to list comp, move isPointOnLine to base vector
This commit is contained in:
@@ -133,6 +133,9 @@ public:
|
||||
bool operator == (const Vector3<_Precision>& rcVct) const;
|
||||
//@}
|
||||
|
||||
/// Check if Vector is on a line
|
||||
bool IsOnLine (const Vector3<_Precision>& startVct, const Vector3<_Precision>& endVct) const;
|
||||
|
||||
/** @name Modification */
|
||||
//@{
|
||||
void ScaleX (_Precision f);
|
||||
|
||||
Reference in New Issue
Block a user