Lines Matching refs:P2
53 Sequence< double > P2; member
102 P2.realloc(3); in GridLinePoints()
108 P0[0]=P1[0]=P2[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MinX : MaxX; in GridLinePoints()
109 P0[1]=P1[1]=P2[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MinY : MaxY; in GridLinePoints()
110 P0[2]=P1[2]=P2[2]= (CuboidPlanePosition_Back == eBackWallPos) ? MinZ : MaxZ; in GridLinePoints()
115 P2[2]= (CuboidPlanePosition_Back == eBackWallPos) ? MaxZ : MinZ; in GridLinePoints()
117 P2=P1; in GridLinePoints()
122 P2[2]= (CuboidPlanePosition_Back == eBackWallPos) ? MaxZ : MinZ; in GridLinePoints()
124 P2=P1; in GridLinePoints()
129 P2[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MaxY : MinY; in GridLinePoints()
135 P2=P1; in GridLinePoints()
142 P0[m_nDimensionIndex] = P1[m_nDimensionIndex] = P2[m_nDimensionIndex] = fScaledTickValue; in update()
168 aPoint = SequenceToPosition3D( xTransformation->transform( rBasePoints.P2 ) ); in addLine3D()