RiUnitVector3[ Geometry | Source | Search | Keywords | Summary | Ancestors | All Members | Descendants ]
| public: | |
| // constructors | |
| RiUnitVector3(); | |
| RiUnitVector3(const RiVector3 &v); | |
| RiUnitVector3(const RiReal *v); | |
| RiUnitVector3(RiReal x, RiReal y, RiReal z); | |
| // assignment operators | |
| const RiUnitVector3 & | operator=(const RiUnitVector3 &v); |
| // member access | |
| RiReal | X() const ; |
| RiReal | Y() const ; |
| RiReal | Z() const ; |
| RiReal | operator[](int n) const; |
| // unary minus | |
| RiUnitVector3 | operator-() const; |
| protected: |
RiUnitVector3();
itVector3();No documentation available.
RiUnitVector3();
RiUnitVector3(const RiVector3 &v);
RiUnitVector3(const RiReal *v);
RiUnitVector3(RiReal x, RiReal y, RiReal z);
const RiUnitVector3 &operator=(const RiUnitVector3 &v);
RiReal X() const
;
Function is currently defined inline.
RiReal Y() const
;
Function is currently defined inline.
RiReal Z() const
;
Function is currently defined inline.
RiReal operator[](int n) const;
RiUnitVector3 operator-() const;
| public: | ||
|---|---|---|
| // assignment operators | ||
| const RiUnitVector3 & | operator=(const RiUnitVector3 &v); | |
| // member access | ||
| RiReal | X() const ; | |
| RiReal | Y() const ; | |
| RiReal | Z() const ; | |
| RiReal | operator[](int n) const; | |
| // unary minus | ||
| RiUnitVector3 | operator-() const; | |
| protected: | ||