mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +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 vectorMath.h
|
||||
|
||||
Function aliases for popular vector methods.
|
||||
|
|
@ -221,7 +221,7 @@ inline float length(const Vector4& v) {
|
|||
return v.length();
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
Computes the log of each component. Useful for
|
||||
inverting the monitor gamma function or simulating
|
||||
perceptual response.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue