Home | History | Annotate | Download | only in quads

Lines Matching refs:Point3F

39                          const std::vector<gfx::Point3F>& in_points,
58 gfx::Point3F points[8];
90 float DrawPolygon::SignedPointDistance(const gfx::Point3F& point) const {
157 static bool LineIntersectPlane(const gfx::Point3F& line_start,
158 const gfx::Point3F& line_end,
159 const gfx::Point3F& plane_origin,
161 gfx::Point3F* intersection,
209 gfx::Point3F new_normal(normal_.x(), normal_.y(), normal_.z());
246 gfx::Point3F intersections[2];
247 std::vector<gfx::Point3F> out_points[2];