Lines Matching refs:B3DPoint
106 aTemp.append(B3DPoint(0.0, 0.0, 1.0)); in createUnitCubePolyPolygon()
107 aTemp.append(B3DPoint(0.0, 1.0, 1.0)); in createUnitCubePolyPolygon()
108 aTemp.append(B3DPoint(1.0, 1.0, 1.0)); in createUnitCubePolyPolygon()
109 aTemp.append(B3DPoint(1.0, 0.0, 1.0)); in createUnitCubePolyPolygon()
114 aTemp.append(B3DPoint(0.0, 0.0, 0.0)); in createUnitCubePolyPolygon()
115 aTemp.append(B3DPoint(0.0, 1.0, 0.0)); in createUnitCubePolyPolygon()
116 aTemp.append(B3DPoint(1.0, 1.0, 0.0)); in createUnitCubePolyPolygon()
117 aTemp.append(B3DPoint(1.0, 0.0, 0.0)); in createUnitCubePolyPolygon()
122 aTemp.append(B3DPoint(0.0, 0.0, 0.0)); in createUnitCubePolyPolygon()
123 aTemp.append(B3DPoint(0.0, 0.0, 1.0)); in createUnitCubePolyPolygon()
127 aTemp.append(B3DPoint(0.0, 1.0, 0.0)); in createUnitCubePolyPolygon()
128 aTemp.append(B3DPoint(0.0, 1.0, 1.0)); in createUnitCubePolyPolygon()
132 aTemp.append(B3DPoint(1.0, 1.0, 0.0)); in createUnitCubePolyPolygon()
133 aTemp.append(B3DPoint(1.0, 1.0, 1.0)); in createUnitCubePolyPolygon()
137 aTemp.append(B3DPoint(1.0, 0.0, 0.0)); in createUnitCubePolyPolygon()
138 aTemp.append(B3DPoint(1.0, 0.0, 1.0)); in createUnitCubePolyPolygon()
155 const B3DPoint A(0.0, 0.0, 0.0); in createUnitCubeFillPolyPolygon()
156 const B3DPoint B(0.0, 1.0, 0.0); in createUnitCubeFillPolyPolygon()
157 const B3DPoint C(1.0, 1.0, 0.0); in createUnitCubeFillPolyPolygon()
158 const B3DPoint D(1.0, 0.0, 0.0); in createUnitCubeFillPolyPolygon()
159 const B3DPoint E(0.0, 0.0, 1.0); in createUnitCubeFillPolyPolygon()
160 const B3DPoint F(0.0, 1.0, 1.0); in createUnitCubeFillPolyPolygon()
161 const B3DPoint G(1.0, 1.0, 1.0); in createUnitCubeFillPolyPolygon()
162 const B3DPoint H(1.0, 0.0, 1.0); in createUnitCubeFillPolyPolygon()
257 inline B3DPoint getPointFromCartesian(double fVer, double fHor) in getPointFromCartesian()
260 return B3DPoint(fCosHor * cos(fVer), sin(fHor), fCosHor * -sin(fVer)); in getPointFromCartesian()
322 aNew.append(B3DPoint(0.0, 1.0, 0.0)); in createUnitSpherePolyPolygon()
333 aNew.append(B3DPoint(0.0, -1.0, 0.0)); in createUnitSpherePolyPolygon()
441 …B3DPolyPolygon applyDefaultNormalsSphere( const B3DPolyPolygon& rCandidate, const B3DPoint& rCente… in applyDefaultNormalsSphere()
477 …efaultTextureCoordinatesSphere( const B3DPolyPolygon& rCandidate, const B3DPoint& rCenter, bool bC… in applyDefaultTextureCoordinatesSphere()
489 bool isInside(const B3DPolyPolygon& rCandidate, const B3DPoint& rPoint, bool bWithBorder) in isInside()
576 aNewPolygon.append(basegfx::B3DPoint(*pArrayX++,*pArrayY++,*pArrayZ++)); in UnoPolyPolygonShape3DToB3DPolyPolygon()
632 const basegfx::B3DPoint aPoint(aPoly.getB3DPoint(b)); in B3DPolyPolygonToUnoPolyPolygonShape3D()
641 const basegfx::B3DPoint aPoint(aPoly.getB3DPoint(0)); in B3DPolyPolygonToUnoPolyPolygonShape3D()