Delete DoxyWarnLogfile.txt
This commit is contained in:
parent
6ca046fc9a
commit
4eafc6b5de
@ -1,60 +0,0 @@
|
||||
warning: source 'images' is not a readable file or directory... skipping.
|
||||
D:/C/VectorAlgebra/Quaternion.h:24: warning: Member Quaternion(float _x, float _y, float _z, float _w) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:25: warning: Member Quaternion(Vector3 _xyz, float _w) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:26: warning: Member Quaternion(Quat q) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:31: warning: Member GetLength() const (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:32: warning: Member GetLengthSquared() const (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:34: warning: Member Normalize() (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:42: warning: Member operator*(const Vector3 &p) const (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:43: warning: Member operator*(const Quaternion &r2) const (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:45: warning: Member operator==(const Quaternion &q) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:56: warning: Member ToAngleAxis(float *angle, Vector3 *axis) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:69: warning: Member xyz() const (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:33: warning: Member GetLengthSquared(const Quaternion &q) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:35: warning: Member Normalize(const Quaternion &q) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:36: warning: Member Normalize(const Quaternion &q, Quaternion &result) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:38: warning: Member Dot(Quaternion a, Quaternion b) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:40: warning: Member ToAngles(const Quaternion &q1) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:47: warning: Member Inverse(Quaternion r) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:49: warning: Member LookRotation(const Vector3 &forward, const Vector3 &upwards) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:52: warning: Member FromToRotation(Vector3 fromDirection, Vector3 toDirection) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:54: warning: Member RotateTowards(const Quaternion &from, const Quaternion &to, float maxDegreesDelta) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:55: warning: Member AngleAxis(float angle, const Vector3 &axis) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:57: warning: Member ToAxisAngleRad(const Quaternion &q, Vector3 *const axis, float *angle) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:58: warning: Member Angle(Quaternion a, Quaternion b) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:59: warning: Member Slerp(const Quaternion &a, const Quaternion &b, float t) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:60: warning: Member SlerpUnclamped(const Quaternion &a, const Quaternion &b, float t) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:62: warning: Member Euler(float x, float y, float z) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:63: warning: Member Euler(Vector3 euler) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:64: warning: Member FromEulerRad(Vector3 euler) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:65: warning: Member GetAngleAround(Vector3 axis, Quaternion rotation) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:66: warning: Member GetRotationAround(Vector3 axis, Quaternion rotation) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:67: warning: Member GetSwingTwist(Vector3 axis, Quaternion rotation, Quaternion *swing, Quaternion *twist) (function) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:9: warning: Member x (variable) of struct Quat is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:10: warning: Member y (variable) of struct Quat is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:11: warning: Member z (variable) of struct Quat is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:12: warning: Member w (variable) of struct Quat is not documented.
|
||||
D:/C/VectorAlgebra/Quaternion.h:29: warning: Member identity (variable) of struct Quaternion is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:71: warning: Member magnitude() const (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:73: warning: Member sqrMagnitude() const (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:75: warning: Member normalized() const (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:77: warning: Member operator-() (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:78: warning: Member operator-(const Vector3 &p2) const (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:80: warning: Member operator+(const Vector3 &t1) const (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:83: warning: Member operator*(float f) const (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:85: warning: Member operator/(const float &d) (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:88: warning: Member operator==(const Vector3 &v) (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:70: warning: Member Magnitude(const Vector3 &a) (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:72: warning: Member SqrMagnitude(const Vector3 &a) (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:74: warning: Member Normalize(Vector3 v) (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:81: warning: Member Scale(const Vector3 &p1, const Vector3 &p2) (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:86: warning: Member Dot(const Vector3 &v1, const Vector3 &v2) (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:90: warning: Member Distance(const Vector3 &p1, const Vector3 &p2) (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:91: warning: Member Cross(const Vector3 &v1, const Vector3 &v2) (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:94: warning: Member Project(Vector3 vector, Vector3 onNormal) (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:96: warning: Member ProjectOnPlane(Vector3 vector, Vector3 planeNormal) (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:98: warning: Member Angle(Vector3 from, Vector3 to) (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:99: warning: Member SignedAngle(Vector3 from, Vector3 to, Vector3 axis) (function) of struct Vector3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:9: warning: Member x (variable) of struct Vec3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:10: warning: Member y (variable) of struct Vec3 is not documented.
|
||||
D:/C/VectorAlgebra/Vector3.h:11: warning: Member z (variable) of struct Vec3 is not documented.
|
Loading…
x
Reference in New Issue
Block a user