mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 16:37:04 +00:00
[12632] Revert previous commit (see Notes)
This commit is contained in:
parent
1cd806c02e
commit
ef445ea523
1462 changed files with 9689 additions and 7080 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
@file Vector4.h
|
||||
|
||||
Homogeneous vector class.
|
||||
|
|
@ -32,7 +32,7 @@ class Vector4;
|
|||
class Vector4int8;
|
||||
class Any;
|
||||
|
||||
/**
|
||||
/*
|
||||
Do not subclass-- this implementation makes assumptions about the
|
||||
memory layout.
|
||||
*/
|
||||
|
|
@ -180,7 +180,7 @@ public:
|
|||
|
||||
std::string toString() const;
|
||||
|
||||
/**
|
||||
/*
|
||||
Linear interpolation
|
||||
*/
|
||||
Vector4 lerp(const Vector4& v, float alpha) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue