Documentation for OrientedBox
Former-commit-id: 77f7c82d7ca16348774ccdf1d4e98432710a585a
This commit is contained in:
@@ -43,8 +43,8 @@ namespace Nz
|
||||
void Update(const Matrix4<T>& transformMatrix);
|
||||
void Update(const Vector3<T>& transformMatrix);
|
||||
|
||||
operator Vector3<T>*();
|
||||
operator const Vector3<T>*() const;
|
||||
operator Vector3<T>* ();
|
||||
operator const Vector3<T>* () const;
|
||||
|
||||
Vector3<T>& operator()(unsigned int i);
|
||||
Vector3<T> operator()(unsigned int i) const;
|
||||
|
||||
Reference in New Issue
Block a user