Lines Matching refs:B3DPoint

103                 aTemp.append(B3DPoint(0.0, 0.0, 1.0));  in createUnitCubePolyPolygon()
104 aTemp.append(B3DPoint(0.0, 1.0, 1.0)); in createUnitCubePolyPolygon()
105 aTemp.append(B3DPoint(1.0, 1.0, 1.0)); in createUnitCubePolyPolygon()
106 aTemp.append(B3DPoint(1.0, 0.0, 1.0)); in createUnitCubePolyPolygon()
111 aTemp.append(B3DPoint(0.0, 0.0, 0.0)); in createUnitCubePolyPolygon()
112 aTemp.append(B3DPoint(0.0, 1.0, 0.0)); in createUnitCubePolyPolygon()
113 aTemp.append(B3DPoint(1.0, 1.0, 0.0)); in createUnitCubePolyPolygon()
114 aTemp.append(B3DPoint(1.0, 0.0, 0.0)); in createUnitCubePolyPolygon()
119 aTemp.append(B3DPoint(0.0, 0.0, 0.0)); in createUnitCubePolyPolygon()
120 aTemp.append(B3DPoint(0.0, 0.0, 1.0)); in createUnitCubePolyPolygon()
124 aTemp.append(B3DPoint(0.0, 1.0, 0.0)); in createUnitCubePolyPolygon()
125 aTemp.append(B3DPoint(0.0, 1.0, 1.0)); in createUnitCubePolyPolygon()
129 aTemp.append(B3DPoint(1.0, 1.0, 0.0)); in createUnitCubePolyPolygon()
130 aTemp.append(B3DPoint(1.0, 1.0, 1.0)); in createUnitCubePolyPolygon()
134 aTemp.append(B3DPoint(1.0, 0.0, 0.0)); in createUnitCubePolyPolygon()
135 aTemp.append(B3DPoint(1.0, 0.0, 1.0)); in createUnitCubePolyPolygon()
152 const B3DPoint A(0.0, 0.0, 0.0); in createUnitCubeFillPolyPolygon()
153 const B3DPoint B(0.0, 1.0, 0.0); in createUnitCubeFillPolyPolygon()
154 const B3DPoint C(1.0, 1.0, 0.0); in createUnitCubeFillPolyPolygon()
155 const B3DPoint D(1.0, 0.0, 0.0); in createUnitCubeFillPolyPolygon()
156 const B3DPoint E(0.0, 0.0, 1.0); in createUnitCubeFillPolyPolygon()
157 const B3DPoint F(0.0, 1.0, 1.0); in createUnitCubeFillPolyPolygon()
158 const B3DPoint G(1.0, 1.0, 1.0); in createUnitCubeFillPolyPolygon()
159 const B3DPoint H(1.0, 0.0, 1.0); in createUnitCubeFillPolyPolygon()
254 inline B3DPoint getPointFromCartesian(double fVer, double fHor) in getPointFromCartesian()
257 return B3DPoint(fCosHor * cos(fVer), sin(fHor), fCosHor * -sin(fVer)); in getPointFromCartesian()
319 aNew.append(B3DPoint(0.0, 1.0, 0.0)); in createUnitSpherePolyPolygon()
330 aNew.append(B3DPoint(0.0, -1.0, 0.0)); in createUnitSpherePolyPolygon()
438 …B3DPolyPolygon applyDefaultNormalsSphere( const B3DPolyPolygon& rCandidate, const B3DPoint& rCente… in applyDefaultNormalsSphere()
474 …efaultTextureCoordinatesSphere( const B3DPolyPolygon& rCandidate, const B3DPoint& rCenter, bool bC… in applyDefaultTextureCoordinatesSphere()
486 bool isInside(const B3DPolyPolygon& rCandidate, const B3DPoint& rPoint, bool bWithBorder) in isInside()
572 aNewPolygon.append(basegfx::B3DPoint(*pArrayX++,*pArrayY++,*pArrayZ++)); in UnoPolyPolygonShape3DToB3DPolyPolygon()
628 const basegfx::B3DPoint aPoint(aPoly.getB3DPoint(b)); in B3DPolyPolygonToUnoPolyPolygonShape3D()
637 const basegfx::B3DPoint aPoint(aPoly.getB3DPoint(0)); in B3DPolyPolygonToUnoPolyPolygonShape3D()