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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFloatPoint3D.h30 class 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 230 milliseconds