Class | Description |
---|---|
Box2<T extends Number> |
Transfer object for specifying a two dimensional range of values.
|
Matrix33<T extends Number> |
Transfer object for a 3x3 matrix corresponding to
Imath::Matrix33<class T>> in the IlmBase C++ library. |
Matrix44<T extends Number> |
Transfer object for a 4x4 matrix corresponding to
Imath::Matrix44<class T>> in the IlmBase C++ library. |
Vector2<T extends Number> |
Transfer object corresponding to the class
Imath::Vector2<class T> of
the IlmBase C++ library. |
Vector3<T extends Number> |
Transfer object corresponding to the class
Imath::Vector3<class T> of
the IlmBase C++ library. |