New upstream version 24.0.1+dfsg1
This commit is contained in:
parent
b14f9eae6d
commit
5a730d6ec3
842 changed files with 42245 additions and 33385 deletions
|
|
@ -27,7 +27,9 @@ struct quat;
|
|||
|
||||
struct axisang {
|
||||
union {
|
||||
struct {float x, y, z, w;};
|
||||
struct {
|
||||
float x, y, z, w;
|
||||
};
|
||||
float ptr[4];
|
||||
};
|
||||
};
|
||||
|
|
@ -49,7 +51,7 @@ static inline void axisang_copy(struct axisang *dst, struct axisang *aa)
|
|||
}
|
||||
|
||||
static inline void axisang_set(struct axisang *dst, float x, float y, float z,
|
||||
float w)
|
||||
float w)
|
||||
{
|
||||
dst->x = x;
|
||||
dst->y = y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue