OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PVRTVec3
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.cpp
30
PVRTVec2::PVRTVec2(const
PVRTVec3
& vec3)
36
**
PVRTVec3
3 component vector
40
@Function
PVRTVec3
44
PVRTVec3
::
PVRTVec3
(const PVRTVec4& vec4)
53
@Description matrix multiplication operator
PVRTVec3
and PVRTMat3
55
PVRTVec3
PVRTVec3
::operator*(const PVRTMat3& rhs) const
57
PVRTVec3
out;
70
@Description matrix multiplication and assignment operator for
PVRTVec3
and PVRTMat
[
all
...]
PVRTVector.h
22
struct
PVRTVec3
;
73
PVRTVec2(const
PVRTVec3
& v3Vec);
316
@struct
PVRTVec3
319
struct
PVRTVec3
: public PVRTVECTOR3
327
PVRTVec3
()
337
PVRTVec3
(VERTTYPE fX, VERTTYPE fY, VERTTYPE fZ)
345
PVRTVec3
(const VERTTYPE fValue)
353
PVRTVec3
(const VERTTYPE* pVec)
361
PVRTVec3
(const PVRTVec4& v4Vec);
367
@param[in] rhs Another
PVRTVec3
[
all
...]
Completed in 798 milliseconds