Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
0a32f589
Commit
0a32f589
authored
Nov 18, 2015
by
Hans-Christian Ebke
Browse files
Prevented private member access.
parent
017050f6
Changes
1
Show whitespace changes
Inline
Side-by-side
ACG/Math/QuaternionT.hh
View file @
0a32f589
...
...
@@ -82,10 +82,10 @@ class QuaternionT : public VectorT<Scalar,4>
{
public:
#define W Base::
values_
[0]
#define X Base::
values_
[1]
#define Y Base::
values_
[2]
#define Z Base::
values_
[3]
#define W Base::
data()
[0]
#define X Base::
data()
[1]
#define Y Base::
data()
[2]
#define Z Base::
data()
[3]
typedef
VectorT
<
Scalar
,
4
>
Base
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment