Searched defs:FloatPoint3D (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFloatPoint3D.h12 #include "platform/geometry/FloatPoint3D.h"
39 WebFloatPoint3D(const WebCore::FloatPoint3D& p)
46 WebFloatPoint3D& operator=(const WebCore::FloatPoint3D& p)
54 operator WebCore::FloatPoint3D() const
56 return WebCore::FloatPoint3D(x, y, z);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPoint3D.h30 class PLATFORM_EXPORT FloatPoint3D { class in namespace:WebCore
32 FloatPoint3D() function in class:WebCore::FloatPoint3D
39 FloatPoint3D(float x, float y, float z) function in class:WebCore::FloatPoint3D
46 FloatPoint3D(const FloatPoint& p) function in class:WebCore::FloatPoint3D
53 FloatPoint3D(const FloatPoint3D& p) function in class:WebCore::FloatPoint3D
94 float dot(const FloatPoint3D& a) const
99 // Sets this FloatPoint3D to the cross product of the passed two.
102 void cross(const FloatPoint3D& a, const FloatPoint3D
[all...]

Completed in 726 milliseconds