|
| | OdTrVisSectionPlane () |
| |
| | OdTrVisSectionPlane (OdGePoint3d position, OdGeVector3d normal) |
| |
| void | set (OdGePoint3d position, OdGeVector3d normal) |
| |
| OdGePoint3d | position () const |
| |
| OdGeVector3d | normal () const |
| |
| void | transformBy (const OdGeMatrix3d &xfm) |
| |
| OdTrVisMatrix3x3Impl & | set (const DataType *pVals) |
| |
| OdTrVisMatrix3x3Impl & | set (DataType e00=1.0f, DataType e01=0.0f, DataType e02=0.0f, DataType e10=0.0f, DataType e11=1.0f, DataType e12=0.0f, DataType e20=0.0f, DataType e21=0.0f, DataType e22=1.0f) |
| |
| OdTrVisMatrix3x3Impl & | setIdentity () |
| |
| const DataType * | getArray (int nRow=0) const |
| |
| DataType * | getArray (int nRow=0) |
| |
| DataType | operator() (int i, int j) const |
| |
| OdTrVisMiniVec3d< DataType > | row (int n) const |
| |
| OdTrVisMiniVec3d< DataType > | column (int n) const |
| |
| OdTrVisMatrix3x3Impl | operator* (const OdTrVisMatrix3x3Impl &m) const |
| |
| OdTrVisMatrix3x3Impl & | operator*= (const OdTrVisMatrix3x3Impl &m) |
| |
| OdTrVisMatrix3x3Impl | operator^ (const OdTrVisMatrix3x3Impl &m) const |
| |
| OdTrVisMatrix3x3Impl & | operator^= (const OdTrVisMatrix3x3Impl &m) |
| |
| OdTrVisMatrix3x3Impl & | invert (const DataType eps=1.e-8f) |
| |
| OdTrVisMatrix3x3Impl | operator~ () const |
| |
| OdTrVisMatrix3x3Impl & | transpose () |
| |
| OdTrVisMatrix3x3Impl | operator- () const |
| |
| template<typename VectorType > |
| OdTrVisMatrix3x3Impl | scale (const VectorType &v) const |
| |
| template<typename VectorType > |
| OdTrVisMatrix3x3Impl & | setScale (const VectorType &v) |
| |
| template<typename VectorType > |
| OdTrVisMatrix3x3Impl | recipScale (const VectorType &v) const |
| |
| template<typename VectorType > |
| OdTrVisMatrix3x3Impl & | setRecipScale (const VectorType &v) |
| |
| OdTrVisMatrix3x3Impl & | operator*= (DataType n) |
| |
| OdTrVisMatrix3x3Impl & | operator/= (DataType n) |
| |
| template<typename VectorType > |
| OdTrVisMatrix3x3Impl & | localRotate (const VectorType &angles) |
| |
| template<typename VectorType > |
| OdTrVisMatrix3x3Impl & | rotate (DataType angle, const VectorType &v, const DataType eps=1.e-8f) |
| |
| void | removeScale () |
| |
| OdTrVisMiniVec3d< DataType > | getScale () const |
| |
| template<typename VectorType > |
| VectorType & | transform (VectorType &vec, DataType=0.0f) const |
| |
| template<typename VectorType > |
| VectorType | transformClone (const VectorType &vec, DataType=0.0f) const |
| |
| template<typename VectorType > |
| VectorType & | untransform (VectorType &vec, DataType=0.0f) const |
| |
| template<typename VectorType > |
| VectorType | untransformClone (const VectorType &vec, DataType=0.0f) const |
| |
Library: Source code provided. <group ExRender_Windows_Classes>
Definition at line 211 of file TrVisDefs.h.